Advertisement

1 - 4 of 4 containing alltags:("aspsimpleupload") (0 seconds)
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...
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?...
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...
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...
Zones: ASPDate Answered: 06/16/2002 Grade: A Views: 0
  • 1