2 ---------------------------------------
3 IMAGEFIELD ZIP/HTML5 BULK UPLOAD MODULE
4 ---------------------------------------
10 * Installation Instructions
11 * Configuration Options
14 INSTALLATION INSTRUCTIONS
15 -------------------------
17 This module recommends that the php zip extension to be installed. Directions on
18 how to do that can be found here: http://php.net/zip.installation
20 Go to the permissions page admin/user/permissions and select which roles have
21 the "access imagefield_zip widget" permission.
23 The field's widget type needs to be "Image".
29 Configuration options for imagefield zip are under admin/settings/imagefield-zip
30 and under the fields widget settings. Options are:
32 Location of the zip upload field:
36 This controls where the zip upload field will appear in relation to the
41 * HTML 5 Multi-upload Only
43 Zip Files Only - Only zip files can be uploaded and the zip files must contain
45 HTML 5 Multi-upload Only - Multiple images can be uploaded at once due to the
46 html5 file input field.
47 Both Zip & HTML 5 - Zip files or multiple images can be uploaded at the same
50 Non HTML5 Fallback Mode:
52 * Show message that your browser does not support HTML5
53 * Disable Multi Upload
54 This is only shown when "HTML 5 Multi-upload Only" is selected. If Both Zip &
55 HTML 5 is selected then it will degrade to zip only by default.