Hi Balaji,
In case of MULTIPART/FORM-DATA the request parameters can only be read after saving the file, using JspSmartUpload or other 3rd Party softwares.
But if you need to read values before saving the file then there is one tricky method. Set all the parmeters as query
string which you need to access using request.getParameter("parma#").
Note for this you must change your form action as
"servlet/controllerServlet?param1=value1¶m2=value2¶m3=value3" Hope this will answer your query.
George Joseph,
Product Development Group,
Transversal e Networks [ November 08, 2002: Message edited by: George Joseph ]