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

File upload with ASP

Status
Not open for further replies.

plesk

Programmer
Feb 14, 2001
1
CA
Hi everybody!
I remember that two-three weeks ago there was the same question. And answer was a link to a grate article on how handle file upload on server side. If somebody remember this link, or other, please answer!
 
Your best bet is to use an ASP component such as SAFileUpload. I'm not trying to advertise it, but I've used it before, and it is very simple, powerful, and quick (and involves minimal programming).

If you want to try your hand at pure ASP file upload (which involves a lot of MIME-type, binary write, and stuff like that), try this great article on pure ASP file upload.


Hope this helps. Harold Blackorby
hblackorby@scoreinteractive.com
St. Louis, MO
 
I have successfully implemented a file upload program using the info from the following link:


There is a error in the VB code, third line after the Option Explicit statement - it should read

Private MyResponse as Response

HTH

Rich
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top