If you're using Drupal 7, it would be better to use the built in archiver class. It's used in update_manager_archive_extract in modules/update/update.manager.inc:
https://api.drupal.org/api/drupal/modules%21update%21update.manager.inc/function/update_manager_archive_extract/7
Jamie Holly http://hollyit.netOn 1/27/2014 2:20 AM, Swatee Karpe wrote:
Hi all,
I am using drupal 7 and I want extract the zip file and save the extracted folder into files directory. I am taking zip file from one of my content type.
For this I am trying to use ZipArchive class.$zip = new ZipArchive;$unzip = $zip->open($filename);
ZipArchive Object ( [status] => 0 [statusSys] => 0 [numFiles] => 0 [filename] => [comment] =>)
After printing $zip i get the empty array as above.
Do any one know why this is not working in my case?Or any one know other way to extract file and save it to folder.
Thanks in advance.--Swatee Amit Karpe
--
[ Drupal support list | http://lists.drupal.org/ ]