| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 IMAGE FUpload MODULE 2 -------------------- 3 4 Image FUpload (Multiupload) which is an addition to image module, 5 gives the ability to every user who is allowed to upload images by 6 using image module, to upload multiple images with one simple click. 7 All selected images are uploaded via a flash module (swfupload) and are 8 automatically processed. 9 So, there's no need any more to upload image by image. 10 11 Author: 12 Stefan Smarzly (grandcat) 13 14 INSTALL 15 -------------------- 16 17 1.) Copy this directory to a suitable modules directory, 18 such as sites/all/modules 19 2.) Download SWFUpload-Core v2.2.* at http://code.google.com/p/swfupload/ and extract 20 the following files from the zip file: swfupload.swf, swfupload.js, swfupload.queue.js 21 Put these files into sites/all/modules/image_fupload/swfupload subdirectory 22 3.) Activate the module and its submodules (if needed) in the module list. 23 (dependency: image module or/and imagefield module) 24 4.) Now, the module is active and can be used at node/add/image, 25 if image module is used. If imagefield module is used, the widget of one imagefield of 26 any content type has to be replaced by 'image fupload' widget. 27 5.) Access Permissions have to be set by using the corresponding configuration pages 28 of the used modules. 29 30 UNINSTALL 31 -------------------- 32 33 1.) Deactivate Image FUpload and its submodules at admin/build/modules 34 2.) Uninstall Image FUpload and its submodules at admin/build/modules/uninstall
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |