In a servlet 3.0 environment, I could exploit the getParts() method on the
servlet request:
http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html#getParts()

and do the split like this:



But, unfortunately, I'm stuck to servlet 2.5 :-(



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-split-a-multipart-http-request-tp5735438p5735439.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to