Reading parameters from a Multipart Request

K

kevin.conaway

I'm using a Servlet filter to intercept incoming requests and process
them based on a request parameter. A problem arises when a
multipart/form request comes through, as there are no parameters in the
request. If I parse the multipart request using
CommonsMultipartRequestHandler (from Struts), I can access the
parameters just fine. When I forward the requet on from the filter,
the parameters are lost though. How can I read the parameters from a
multipart form but still preserve them in the Request?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top