Re: R: Passing a file through camel route

2016-11-26 Thread Siddharth Patil
Hi Andrea, I have written the following code. *html page : This html page will pass the uploaded file to the server endpoint given below upon hitting the "Upload it" button. * JAX-RS Upload Form http://localhost:8080/IntegrationHub/hubServices/file/upload"; method="post" enct

R: Passing a file through camel route

2016-11-24 Thread Andrea Cosentino
What have you tried? Il gio, 24 nov, 2016 alle 16:08, Siddharth Patil ha scritto: I am using camel 2.15.0 . I want to pass the file through the camel routes. I have two endpoints as server endpoint and client endpoint and want to pass the file from server endpoint to client endpoint. Curre