Getting parameters from multipart request
843841Jan 9 2008 — edited Jan 9 2008I'm using org.apache.tomcat.utils.fileupload to parse uploaded files from a multipart form, but unfortunately I can't seem to get normal parameters from such a form with request.getParameter(). Is there a way to use both together?