There is a warning that zip support is required to run this module. And there is a link to http://th.php.net/zip.installation
But still I have no idea how to enable this function as i am quite new to this function. Would anyone mind to let me know how to enable this?
Best regards
Narongwit
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | imagefield_zip-1296480-3.patch | 6.98 KB | mikeytown2 |
Comments
Comment #1
boobaaCopy-pasting from the aforementioned PHP documentation page:
If you are using a hosting provider's service, ask them to turn it on for you.
Comment #2
mikeytown2 commented@narongwit12
If you don't wish to use zip files for uploading and support for IE is not an issue you can try out this experimental patch #1295334: Bring in experimental html5 multiple file uploading instead of using zip upload.
Remove the .install file in your case after applying the patch and before installing.
Comment #3
mikeytown2 commentedZip is no longer needed; if you have a fully compliant HTML5 browser (not IE). Patch below has been committed.