Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ENCTYPE="multipart/form-data" and request.getParameter();

843835Nov 27 2002 — edited Jan 13 2009
while using ENCTYPE="multipart/form-data" with posting of the form, request.getParameter returns null. There are some text fields in my form, one is file type. I am using JSPSmartUpload for uploading the files. How can I acheive my goal? Can file uploading works without using ENCTYPE="multipart/form-data"? what's the function of ENCTYPE="multipart/form-data" while posting the data?

thx in advance
Usman
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2009
Added on Nov 27 2002
26 comments
32,475 views