Hi,

In a form I am uploading a file.
and then I am having some edit texts and select dropdowns as a data values.
Also I am using some of the hidden variables which are used repitatively
some forming an array of string which we normally can access by
req.getParameterValues(formvariablenames) method.

but here I am passing a multipart data and so my content-type is
multipart/form-data and not text/html.

So , to get request params i am using
the MultiPartRequest class  which does not support
getParameterValues(formvariablenames) method.
only it supports getParameter(formvariablenames) which eventually would give
me the 1st value out of the multiple valued Hidden variable.


what should I do to have this string array in the above case?


regds,

Rajesh.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to