Hi List! I have a jsp page that uploads a file to the server, but I also have other parameters (textfields, selects, etc.). When I tried to read that parameters through the method getParameter of the class Request it returns null. After that, I have read that it's imposible to do that with the encoding "multipart/form-data", how could I get the other parameters of the form?
Thanks in advance, Luis =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
