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

Upload files in ASP

Status
Not open for further replies.

b00gieman

Programmer
Jul 9, 2007
60
DE
Hi!I'm working on an application that allows users to upload multiple files and send them to an e-mail adress.Can anybody tell me how to do that(using ASP,NOT ASP.NET)?
 
I found this one here as I have been dabbling with the same thing for an application I am working on. Here it is:
faq329-1869

~E
 
@Airpan:
Have u used the method?Does it work for u?
I've put it on the server.I get the message that the files uploaded succesfully,but when I check the file where they are suppose to upload,the file is empty?Any idea why?
Thanks.
 
b00gieman,
I actually ended up using one:

I had posted about doing the same thing here and ran into the same issue you did.thread333-1386419

I would upload the file (using the example of the one offered here at tek-tips) and upon checking the folder wouldn't find the file. When I used the one from planet-source, I saw the file - thus a successful upload. My only question is how do you get it to go to a specific folder?

~E
 
b00gieman,
To be clearer, i think the one from planet-source just dumps the file in the root folder... not to a specific folder, which I think would be better for photographs for the application I am building. If you figure something out let me know,:0)

~E
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top