Active Server Pages Programming (ASP)/Zip/UnZip from asp.net page without using any third party control
Expert: Srini Nagarajan - 3/18/2005
QuestionHi there,
I am facing problems in asp.net page i want to facilitate zip & unzip directy in my asp.net page by giving destination path.
Without using any third party controls....
isn there any System Library in .net framework to work with Zip/Unzip like in java.
If there is only option of using third party control then also plz give me some tips.
If possible plz send me the code.
Thnx & Regards.
Tushar
AnswerHi
Yes you can to use some third party library to handle the zip
Here is the site gives you free library to work with Zip on .NET
http://www.organicbit.com/zip/
or another article from MSDN
http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/default.aspx
Happy Programming!
-Srini