joecool2005
Programmer
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?
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?