Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I upload a file using the file input type... 2

Status
Not open for further replies.

martindavey

Programmer
Joined
Jan 2, 2000
Messages
122
Location
GB
I've been advised not to store images in my Access DB.
But rather to store the path to the images.

How then, do I upload the image as selected using
<input type=file... into the destination directory on our web server ?
 
mrichards, thanks a lot. this is the perfect solution, if somehow you don't have access to IIS as admin (i.e. if you can't regsvr32 the upload dll's ;)). I'm going to try it now. ---
---
 
Actually it worked very smoothly. It took me 15 minutes to read the article, 30 seconds to download the VBSCript component, 20 seconds to unzip it, and 15 seconds to install it on the Web-server (basically I just have to copy it to any directory on the Web-server where I want to upload files). A+ for Andy. :-) ---
---
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top