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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Uploading from Client To Server In an ASP application

Status
Not open for further replies.

oricteropo

IS-IT--Management
Mar 7, 2003
29
US
I'm writing an ASP application that requires the user to upload from their machine to the server. They can browse and select the file that they want to upload using HTML's Input-File object. Once I have the path on their computer I need to upload the file to the server. I would prefer not to use any COM object for this. Does anyone have anytype of script which could help me to do this?

(I am not using ASP.Net so I can't use the HtmlInputFile class)
 
trying to do file uploads without a third party component or .net environments is pretty ugly, and rather confusing.

personal recomendation is to just go to softwareartisans.com and get SA File_UP it's not very expensive and it's extremely versitile.

save labor costs with software costs :)
 
Actually there are several examples available on the web of doing a file upload without a component. A google search on "pure ASP upload" will find a good many hits for you.
Here is one I saw at one point and used for a brief amount of time:
(Yes, I can hear onpnt in the background, shocked that I actually used someone elses code for something ;) )

-Tarwn

01010100 01101001 01100101 01110010 01101110 01101111 01101011 00101110 01100011 01101111 01101101
29 3K 10 3D 3L 3J 3K 10 32 35 10 3E 39 33 35 10 3K 3F 10 38 31 3M 35 10 36 3I 35 35 10 3K 39 3D 35 10 1Q 19
Do you know how hot your computer is running at home? I do
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top