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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Upload 1

Status
Not open for further replies.

hotmac23

Programmer
May 3, 2001
3
0
0
LB
Hi guys,

I have a simple form were the user enters personal information and attaches a file. Because of the attachment, I'm urged to include the statement: ENCTYPE=&quot;multipart/form-data&quot; in the <form> tag. The problem is in the action file, were request.form is not working anymore. Any ideas???
 
when you have <input type=&quot;file&quot;> in your form, you cannot use request.form anymore.
go to then download the free Upload component there. It comes with examples.
 
Thak you very much, phuctran! Your reply was quite helpful!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top