Announcing WSFile, the beginnings of a new protocol to send files and other large amounts of data over web service.
WSFile is a data transfer protocol that allows you asynchronously stream large amounts of data from a system.io.stream to a web server via a web service. The zip includes a web service project, a client-side component project that implements the protocol, and a windows forms client that demonstrates the protocol. It lets you upload a file to a web server asynchronously, updating a progress bar after each "chunk" has been sent. It also lets you pause and resume. Any stream can be used as the source data.
Source is in VB 2005
You can get it here:
http://training.franklins.net/dotnet.aspx Comments?