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 strongm 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 VBScript and ASP?

Status
Not open for further replies.

SunStorm

IS-IT--Management
Feb 6, 2001
25
ES
I want to upload an image file (.jpg) from client to the web server, but I can't do it with FileSystemObject.:) Thanks.
SunStorm
 
ASP doesn't come with an object that will work for uploading image files. You'll need a third party component. Check out and see if they have something for you.. Then you just use the scripting language of your choice to interact with the third party component to upload the image.. ASPupload I think is the component I've used before at my remote host.. If your using a remote host ask them if they have such a third party component. If not, I'd buy one for sure for an in house server... The file system object is best for creating text files, etc.. Hope that helps..
Tim
Seymour, Indiana..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top