hey gang
rumour has it that form fields have to be accessed in a different way (from the usual request.form), when there is a file-field in the form.
does anyone know the syntax for ASPsimpleUp...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20837544.htm...
Zones:
ASPDate Answered: 02/14/2005 Grade: A Views: 8
My clients host only supports ASPSimpleUpload, which is fine for single file uploads, but now my client wants a page for mulitple uploads.
Has any one figured out how to do this with SimpleUpload?...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21179519.htm...
Zones:
ASPDate Answered: 11/08/2004 Grade: B Views: 0
I have a page with a form that allows the uploading of a file. The ENCTYPE is set to "multipart/form-data". On the action page I grab the form data using the ASPSimpleUpload object.
The form a...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_20742760.html
Zones:
Web BrowsersDate Answered: 09/23/2003 Grade: A Views: 4
please take a look at line 9 for the ASP Simple Upload script (http://www.asphelp.com/ASPSimpleUpload/Docs/),
which is: NewFileName = "/Uploads/" & upl.ExtractFileName(upl.Form("File1"))
i've b...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20311961.htm...
Zones:
ASPDate Answered: 06/16/2002 Grade: A Views: 0