I’m trying to create a controller to download and upload files using streaming method, in my case all files are saved in database as a Blob. I read the documentation of Jboss Netty, but i don’t think if is the best solution in my case.
Is there a someone who have done something like that before ?
I’m trying to create a controller to download and upload files using streaming method,
Share
Have a look at this for an example of file upload/download. You can add additional processing (compressing…) within your controller.