httpwebrequest - Silverlight streaming upload -


I have a Silverlight application that needs to upload large files to the server I have both WebClient as well as the HTTP WebBarVest Though I have considered uploading using, although I do not clearly see any option, which streams with the upload with any option. Do the files in the shape of the whole material before being loaded into memory. Is it possible in Silverlight?

You can go with the "chunking" approach. The Silverlight file uploader at Codeplex uses this technique:

Given a part size (like 10k, 20k, 100k, etc.), you can split the file And each group can send a server using the HTTP request. The server has to handle each segment and gather the file again because every blanket comes. In a web farm scenario, when there are multiple web servers - do not use the local file system on this web server for this approach.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -