c# - Download a zip folder from a remote server and unzip folder from a silverlight application -
How can I download a zipped folder from a remote server and unzip the whole files in the folder and save them to a separate storage location I can store 3 or 4 out of the browser application with silver light. Any suggestion please
You can download a zip file like any file with the webclant class See details for this, and examples of MSDN documentation for this also show how a specific file can be downloaded and received from a zip file.
However if you want to list files, check out, I did not really try it, but it shows how to get all the files in the zip archive.
EDIT: I have also come to know that some suggestions have been provided, in addition to the other things, it is for Silverlight, which seems a little more robust.
Then use the class to save the files.
Good luck! Hail
Comments
Post a Comment