Mar 21, 2002 #1 missippi IS-IT--Management Feb 8, 2001 42 US Is there a way I can do file upload and downloads using ASP??
Mar 22, 2002 1 #2 AncientTiger Programmer Jul 5, 2001 238 US You'll need to install an asp component on the server to handle the file upload. One of the better one's I've seen is ABCUpload (and it's FREE). http://www.websupergoo.com/abcupload-1.htm Upvote 0 Downvote
You'll need to install an asp component on the server to handle the file upload. One of the better one's I've seen is ABCUpload (and it's FREE). http://www.websupergoo.com/abcupload-1.htm
Mar 22, 2002 #3 PoppapumpJ Programmer Dec 17, 2001 86 US I used this to upload images. http://www.asp101.com/articles/jacob/scriptupload.asp should work for any type of files though. pretty simple to understand and implement. I'd just put some restrictions to not allow .exe's or other things that may contain a virus or otherwise troublesome script. Upvote 0 Downvote
I used this to upload images. http://www.asp101.com/articles/jacob/scriptupload.asp should work for any type of files though. pretty simple to understand and implement. I'd just put some restrictions to not allow .exe's or other things that may contain a virus or otherwise troublesome script.