Hello,

I try in one HttpServletRequest Form-Data-Elements and uploaded File
to process.

(<input type="text" name="theFile1"><input type="file" name="theFile">)

I must use the getParameterNames()-  and getParameter()- Methods .
(Enumeration params = request.getParameterNames();)

But getParameterNames()-  and getParameter()- Methods are not available
when I use "multipart/form-data"- encoding in an http- Request with a
POST-Method:

<FORM NAME="theForm" ENCTYPE="multipart/form-data"
ACTION="http://localhost:8080/examples/servlet/ParserTestServlet1";
METHOD="POST" >

Whether someone knows a Solution for this problem ?

Thank you in advance!

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to