In my application, I need to get all the HTTP request parameter names and their 
values, I am using HttpServletRequest.getParameterNames() and it works very 
well. Then in one of my page, I have to submit the request as a type of 
"multipart/form-data", and then I found out 
HttpServletRequest.getParameterNames()  stop working. Do you have any 
idea/alternatice as how to get the parameters for multipart HTTP request?

Thanks in advace.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to