jaywhy13
12-30-2004, 05:06 PM
How would I create a simple page to allow the user to select their file from a popup dialog box that shows their drives then click the "Upload" button to upload the file to my server without ASP.Net strictly ASP ;) :eek:
fractalvibes
12-30-2004, 06:41 PM
TO upload a file using classic ASP you really need an upload component such
as ASPUpload (http://www.persits.com/)
See :
http://www.4guysfromrolla.com/webtech/LearnMore/Upload.asp
for some more info re: uploading in classic asp.
fv