codeigniter-unzip icon indicating copy to clipboard operation
codeigniter-unzip copied to clipboard

Extract ZIP files in CodeIgniter without installing any PECL extensions for PHP.

Results 2 codeigniter-unzip issues
Sort by recently updated
recently updated
newest added

Please do not waste time like me. When using the basepath CodeIgniter with this library, unzip generates error in php function fseek, because the url passes through the http: //...

Added Unzip to my CI app. Worked fine but the extracted files have file permissions set to 644 with owner/group as nobody. Is it not possible to keep the permission/owner/group...