Top "Ziparchive" questions

ZipArchive is a PHP extension for manipulating zip compressed archives.

Fatal error: Class 'ZipArchive' not found in

I have a problem that I install 'Archive_Zip 0.1.1' on Linux server, but when I try to run the …

php zip ziparchive
Creating a ZIP Archive in Memory Using System.IO.Compression

I'm trying to create a ZIP archive with a simple demo text file using a MemoryStream as follows: using (var …

c# .net zip compression ziparchive
ZIP all files in directory and download generated .zip

Well, first of all, this is my folder structure: images/ image1.png image11.png image111.png image223.png generate_zip.…

php zip directory ziparchive
PHPExcel_Writer_Exception with message "Could not close zip file php://output."

I'm using PHPExcel to export some data to user in an excel file. I would like the script to send …

php phpexcel ziparchive
Enable ZipArchive on localhost

I need to enable ZipArchive php class on my localhost, How can I enable it !?

php localhost ziparchive
ZipArchive creates invalid ZIP file

I am trying to create a new ZIP package from code with one entry and save the ZIP package to …

c# .net windows-8 ziparchive
Use MemoryStream and ZipArchive to return zip file to client in asp.net web api

I am trying to return zip file from asp.net web api to client using The following Code: private byte[] …

c# ajax asp.net-web-api memorystream ziparchive
using zipArchive addFile() will not add image to zip

I've been at this for a while. This actually worked one time, then never again. it simply does not create …

php ziparchive
Create a zip file using PHP class ZipArchive without writing the file to disk?

I would like to create a zip file in memory using a ZipArchive (or a native PHP class) and read …

php ziparchive
PHP ZipArchive Corrupt in Windows

I am using PHP's ZipArchive class to create a zip file containing photos and then serve it up to the …

php windows ziparchive