This example demonstrates how to upload a zip archive and extract it on a
server.
.NET Zip component SharpZibLib is used for extracting file on a server.
More about SharpZipLib library you can find on the official site:
http://www.icsharpcode.net/OpenSource/SharpZipLib/
Extracted files will be stored to the "UploadedFiles" folder that is located in
the root directory of an examples.
You should grant write access to "UploadedFiles" folder to the ASP.NET process
identity(typically {MACHINE}\ASPNET on IIS 5
or Network Service on IIS 6).
Other examples
View C Sharp source code
View VB NET source code
Used files: Bin\EasyAlgo.EAUpload.dll, Bin\ICSharpCode.SharpZipLib.dll, web.config,
UploadAndExtractZipFile.aspx, UploadAndExtractZipFile.aspx.cs,
ExamplesStyle.css [Optional]