I am working on a Library Administration web page. The page provides the
capability to add, edit, replace, suspend/activate, and delete documents from
the site Library. The user selects a function and the form is dynamically
produced using XML and the .innerHTML functionality.
My problem is I need to be able to allow the upload of a file without
actually submitting the form. All functionality of this admin interface is
based on using the CreateObject("MSXML2.XMLHTTP") functionality, sending XML
back and forth from client to server so the page does not have to reload.
Any suggestions on how to upload a file to the server from this page using
VBScript and a stream?
Thanks in advance to anyone who can figure it out.
Jim