I have some REST endpoints running in Servicemix 6 and Camel 2.16.2. Is it possible to receive a binary file via HTTP POST that will be broken up into the individual parts? Seems like every option I've tried only gives me a StreamCache object and I then need to split up the individual parts. There must be a way using the Jetty component to do this splitting of the separate parts, right?
I've been investigating different options/configurations and have not made any progress. Thanks for any help you can provide.
