Help on sending file using HTML INPUT TYPE

M

Marcel Kuo

I have an application requirement that needs to collect several files from access database and send the file over to a web sites periodically.
The web sites uses <INPUT TYPE> for user to upload file. How do I program VB such that I can send the file over the HTTP protocol?
 
J

Jim Buyens

Generally, this requires an ActiveX control that runs on
the Web server and extracts the uploaded file from the
visitor's request. Your VB code can then do whatever it
likes with the file, such as saving it to disk.

Most Windows-based hosts provide at least one such
ActiveX control free on all servers. Consult your host's
support pages for further information.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top