Project DescriptionWS-Transer based upload of large files in multiple parts
Upload large files using WS-Transfer protocol.
The files are uploaded in parts (chunks) by the client when all the parts have been uploaded, the server assembles them into a complete file. Server implementation allows for parallel upload of parts but the current client implementation is sequential.
Based on W3C Sept Working Draft spec
http://www.w3.org/TR/2009/WD-ws-transfer-20090924/Also see
http://wsenumft.codeplex.com for sister project to download large files using WS-Enumeration.
This WS-Transfer based protocol is relatively simple to implement because the non functional aspects such as security, MTOM encoding, etc. are already part of the base SOAP stack.