I'm sure this has been asked before, but my forum search isn't returning any results, so here I go... I'd like to unzip a file on the server. I use ASP.NET. What are my options? (The simplier the better, of course. The zip file could come from PC/Mac, etc.) If using a 3rd party DLL is a viable option, can someone recommend one? Thanks, Ernie
I'm afraid we do not allow zip/unzip on the servers. Those processes are very resource intensive, and they open some security risks.
Please take a god look from codeplex: http://dotnetzip.codeplex.com/Release/ProjectReleases.aspx Kind Regards, Javier
The ultimate assembly for advanced compression / decompression including zip support : http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx..sample usage code is also available.