Unzip, Zip file in asp.net
-
Hello, I have zip file on my machine , needs to unzip that file and read the data from csv file. i tried below code but , doent work for me. .NET Framework Zip / UnZip Tool Using the Packaging Namespace[^] Is their any other way to unzip file using System.IO.Packaging; i dont want to use third party dll.
-
Hello, I have zip file on my machine , needs to unzip that file and read the data from csv file. i tried below code but , doent work for me. .NET Framework Zip / UnZip Tool Using the Packaging Namespace[^] Is their any other way to unzip file using System.IO.Packaging; i dont want to use third party dll.
I recommend SharpZipLib which is free and can be downloaded here: SharpZipLib Download And here is an example on how to use it to unzip files: http://geekswithblogs.net/azamsharp/archive/2006/08/24/89268.aspx[^]
Pete Soheil DigiOz Multimedia http://www.digioz.com
-
Hello, I have zip file on my machine , needs to unzip that file and read the data from csv file. i tried below code but , doent work for me. .NET Framework Zip / UnZip Tool Using the Packaging Namespace[^] Is their any other way to unzip file using System.IO.Packaging; i dont want to use third party dll.