Hi Shashank Wink does not have multipart providers yet, worth adding a wish in Jira. I guess your use case is uploading several files in a single request, and you are using the TempFileStorageProvider of mime4j. Since if you upload a single document in a request there isn't a need to buffer the data. Regards, Eli
-----Original Message----- From: Jain, Shashank Mohan Sent: Tuesday, July 21, 2009 5:38 PM To: [email protected] Subject: RE: Streaming support for file upload Jboss rest easy support streaming for multipart using mime4j. SO when we send huge documents its not buffered but written to a temporary file store. Does Wink provide such implementation.. 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
