1 question
0
votes
1
answer
47
views
File to http upload file in apache camel
I want to get file from source directory and upload it to the API rest service with multipart by using http apache camel.
How can I do multipart file uploads using the Apache Camel HTTP component ?
...