-
Request.Form problem!
Hi,
I want to upload a file by using a form.
When I use the tag form like this
<FORM NAME="uploadForm" METHOD="POST" ENCTYPE="multipart/form-data"
ACTION="progress_upload.asp " OnSubmit="return checkKey()" >
The ENCTYPE="multipart/form-data" don't allow to use Request.Form.
Is there other way to get your data?
-
-
http://www.15seconds.com/issue/001003.htm
It seems that ASP's upload support is very primitive, requiring you to actually parse the request yourself.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks