Thanks for the information. The use case is to support big files upload without buffering the data.
Regards Shashank -----Original Message----- From: Snitkovsky, Martin Sent: Sunday, July 19, 2009 11:51 AM To: [email protected] Subject: RE: Streaming support for file upload Hi Shashank, Streaming file upload can be implemented with JAX-RS InputStreamProvider. Not sure how much you are familiar with JAX-RS, but what it means is that you can define Resource method that accepts Http InputStream as method input parameter. What is your use-case for streaming file upload? Regards, --martin -----Original Message----- From: Jain, Shashank Mohan Sent: Sunday, July 19, 2009 7:21 AM To: [email protected] Subject: Streaming support for file upload Do we have plans to support this if not already there. Regards Shashank
