Solutions:
Solution A:
1. download http://www.servlets.com/co
2. invoke getParameters() on com.oreilly.servlet.Multip
Solution B:
1. download http://jakarta.apache.org/
2. invoke readHeaders() in
org.apache.commons.fileupl
Solution C:
1. download http://users.boone.net/wbr
2. invoke getParameter on
com.bigfoot.bugar.servlet.
Solution D:
Use Struts. Struts 1.1 handles this automatically.
for more info;
http://www.jguru.com/faq/v
Main Topics
Browse All Topics





by: sunray_2003Posted on 2008-01-26 at 13:02:02ID: 20751313
You can use MultipartRequest class of com.oreilly.servlet package and call getParameter(java.lang.Str ing name) method on it. s/javadoc/ com/oreill y/servlet/ MultipartR equest.htm l for reference.
See http://www.servlets.com/co