I\'m using SharpZipLib to unzip files. My code has been working nicely for all zipfiles except the zip file what i am extracting now...
I have a zip file as an embedded resource. Using the following code: Stream zipStream; zipStream = thisAssembly.GetManifestResourceStream(\"Namespace.Resources.zipfile.zip\");
Environment: Linux / MySQL / PHP Problem: While connected to a webservice, I am getting a response that is compressed with the SharpZipLib .NET library. As of yet, I have not been able to find a way
We have a function in C# that uses the ICSharpCode SharpZipLib BZip2 decompression method to uncompress some XML we get from a database. We have noticed an issue on two of our webservers (Win 2K and W
I get the following exception when I open a file for unzipping it\'s contents. It happens when I have the file selected in Windows Explorer, or mouse over it showing a tooltip.
I use Asp.net , .net 3.5, win2003, iis 6.0. I use Oracle for gathering files, saving file in SharpZipLib.BZip2 compressed format in field RAW in table Oracle.
How do you change the name stored in the zip file?开发者_StackOverflow中文版 Also, can this be done when adding the file via:
Whenever i try to get the file, the length of the input stream (s.Length) is always zero, what am i doing wrong?ZipEntry is valid and has the proper size of the file, etc.
The following code works on my machine but not in server: using (ZipFile zipFile = ZipFile.Create(outPath))
I\'m using SharpZipLib to create a zip file with an html page and images.If the html file has a / in the name, it creates a folder (which messes u开发者_JS百科p the image paths).