<P>File upload means, form method=post with multipart/form-data</P><P>A good place to start would be CmsRequestHttpServlet.java in opencm.jar</P><P>-Harish</P><P> <BR><FONT SIZE=2><B>Ben Rometsch <ben@solidstategroup.com></B></FONT><BR><FONT SIZE=2>Sent by: opencms-dev-admin@opencms.org</FONT><BR><FONT SIZE=2>02/16/2004 05:03 PM GMT</FONT><BR><FONT SIZE=2>Please respond to opencms-dev</FONT><BR><BR> <FONT SIZE=2>To:</FONT> <FONT SIZE=2>OpemCMS Dev <opencms-dev@opencms.org></FONT><BR> <FONT SIZE=2>cc:</FONT> <BR> <FONT SIZE=2>bcc:</FONT> <BR> <FONT SIZE=2>Subject:</FONT> <FONT SIZE=2>[opencms-dev] Param</FONT><BR> <BR><BR></P><P><FONT FACE="Monospace,Courier">Hi There,<BR></FONT><BR><FONT FACE="Monospace,Courier">I'm having problems parsing some checkboxes in a form that is managed<BR>within opencms. The code reads:<BR></FONT><BR><FONT FACE="Monospace,Courier">if (cms.getRequestContext().getRequest().getParameterValues("location")<BR>!= null) {</FONT><BR><FONT FACE="Monospace,Courier">String[] locations =<BR>cms.getRequestContext().getRequest().getParameterValues("location");</FONT></P><UL><UL><FONT FACE="Monospace,Courier">for (int i=0; i < locations.length; i++) {<BR>// Do some stuff</FONT></UL></UL><P><FONT FACE="Monospace,Courier">}<BR>}<BR></FONT><BR><FONT FACE="Monospace,Courier">The following statement always evaluates to null:<BR></FONT><BR><FONT FACE="Monospace,Courier">cms.getRequestContext().getRequest().getParameterValues("location")<BR></FONT><BR><FONT FACE="Monospace,Courier">Strangely, if I do:<BR></FONT><BR><FONT FACE="Monospace,Courier">cms.getRequestContext().getRequest().getParameterValues("location")<BR></FONT><BR><FONT FACE="Monospace,Courier">I get one of the values of one of the selected checkboxes. Obviously<BR>this is no good! Has anyone successfully used the getParameterValues<BR>method? Maybe this is a bug in the system? The form also has a file<BR>upload contained within it, if that has any consequence on this?<BR></FONT><BR><FONT FACE="Monospace,Courier">Any help?<BR></FONT><BR><FONT FACE="Monospace,Courier">Thanks,<BR>Ben<BR></FONT><BR><FONT FACE="Monospace,Courier">--<BR>----== Solid State Group ==----<BR>Web     www.solidstategroup.com<BR>Email   ben@solidstategroup.com<BR>MSN     benrometsch@hotmail.com<BR></FONT><BR><FONT FACE="Monospace,Courier">_______________________________________________<BR>This mail is send to you from the opencms-dev mailing list<BR>To change your list options, or to unsubscribe from the list, please visit</FONT><BR><FONT FACE="Monospace,Courier"><A HREF=http://mail.opencms.org/mailman/listinfo/opencms-dev>http://mail.opencms.org/mailman/listinfo/opencms-dev</A></FONT></P>