Silverlight To Compress Files
December 14th, 2009
This article states that you can compress files on client-side memory using Silverlight:
http://www.eggheadcafe.com/tutorials/aspnet/d566463d-83bd-486a-8633-53aa54f405bf/silverlight-2-beta-2-doi.aspx
What we need, via ASPX or HTML page using classes described on the article, is to select one or more files on the client, compress them on client-side memory and upload the compressed file to a remote server.
We have upload.asp program, which is working. It uploads whatever is on memory stream on client-side. You can call it for uploading the compressed file.
For selecting multiple files on client has to use some control like File Open Dialog control.
I’m open to fair suggestions.

Categories: .NET, Ajax, Javascript, Programming Client, compress, compress files, file, files, memory, silverlight


