Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

request.form problem

Status
Not open for further replies.

joecool2005

Programmer
Nov 24, 2005
8
CA
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?
 
Do a search on this site and google for "pure ASP upload" and you will find all of the ASP code required to save the uploaded encoded binary file to disk.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top