You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by raja <ra...@meru.co.in> on 2017/05/25 11:31:46 UTC

Re: servlet fileupload

Using the following Filter made file uploading easy.
<filter>
		<filter-name>MultipartFilter</filter-name>
		<filter-class>org.eclipse.jetty.servlets.MultiPartFilter</filter-class>
</filter> 
<filter-mapping>
		<filter-name>MultipartFilter</filter-name>
		<servlet-name>CamelServlet</servlet-name> 
</filter-mapping>




--
View this message in context: http://camel.465427.n5.nabble.com/servlet-fileupload-tp5800309p5800654.html
Sent from the Camel - Users mailing list archive at Nabble.com.