Active
Project:
ImageField Zip/HTML5 Bulk Upload
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 17:38 UTC
Updated:
27 Sep 2011 at 21:28 UTC
First of all, AWESOME!!!!
Second of all, any chance of including tar/gzip support along with the zip since it comes with PHP out of the box? Thanks a lot! Can't wait to get my hands on this and help out.
Comments
Comment #1
evil_marty commentedthat would be a nice feature to add. I might look into adding that when I get some time. Keep testing the module and let me know if anything breaks.
Comment #2
Krummrey commentedYes that would be great. Most shared hosts will not have the zip library compiled into their PHP.
So this issue got my vote.
Comment #3
mikeytown2 commentedThis module currently uses
http://php.net/zip-open
It would take some work but it could be made so it supports these as well.
http://php.net/gzopen
http://php.net/bzopen
http://php.net/rar-open
Gzip/Tar support could be lifted from the Plugin Manager project; plugin_manager_untar(). OR from the File Archive pear project.
http://www.php.net/manual/en/refs.compression.php