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!

Uploading multipart/form using JSP

843842Sep 3 2008 — edited Sep 3 2008
Hi freinds,

i am using enctype = multipart/form-data for uploading files in servlet
i am able to Upload Files but the problem is with the other field values like text,textarea etc., in the HTML form was not coming.it saying that it was null.
i am using request.getParameter for retrieving values
it is not posted to the servlet and it returns the
value null
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 1 2008
Added on Sep 3 2008
1 comment
623 views