Using Microsofts File Upload ActiveX Control

  • Thread starter Thread starter John Boghossian
  • Start date Start date
J

John Boghossian

Has anyone successfully used the file upload activex control.

It would be nice to hear of any practical experiences. I tried to get it
working, but I didn´t succeed.

Regards
John
 
Hi John,

Have you checked the following URL? There is a simple example.

File Upload Control Object
http://msdn.microsoft.com/library/default.asp?url=/workshop/management/tools
/reference/file_upload_control.asp
"...
The File Upload Control is an Microsoft ActiveX control onto which users
can drag and drop files or directories for posting to the server hosting
the page with the control.
...
The Web page in the following example hosts the File Upload Control, which
can be used to upload HTML content. Script on the page contains a call to
the control's CreateTempBinding method, which creates a temporary site and
binds to it.
...
"

If I have misunderstood your concern, please feel free to let me know.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top