Hello,

what is the proper way to send file from folder to http endpoint? 

from("file:src/data?noop=true")
.setHeader(Exchange.HTTP_METHOD, constant("POST"))
.to("http://example.com/upload";);

I couldn't find any example for it











--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-send-file-tp5750523.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to