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

CommentFileSizeAuthor
#3 imagefield_zip-1296480-3.patch6.98 KBmikeytown2

Comments

boobaa’s picture

Copy-pasting from the aforementioned PHP documentation page:

Linux systems

In order to use these functions you must compile PHP with zip support by using the --enable-zip configure option.

Windows

Windows users need to enable php_zip.dll inside of php.ini in order to use these functions.

If you are using a hosting provider's service, ask them to turn it on for you.

mikeytown2’s picture

@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.

mikeytown2’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Category: support » feature
Status: Active » Fixed
StatusFileSize
new6.98 KB

Zip is no longer needed; if you have a fully compliant HTML5 browser (not IE). Patch below has been committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.