You are here

README.txt in Image FUpload 6.3

Same filename and directory in other branches
  1. 6 README.txt
  2. 6.2 README.txt
  3. 7 README.txt
IMAGE FUpload MODULE
--------------------

Image FUpload (Multiupload) which is an addition to image module, 
gives the ability to every user who is allowed to upload images by 
using image module, to upload multiple images with one simple click. 
All selected images are uploaded via a flash module (swfupload) and are 
automatically processed.
So, there's no need any more to upload image by image. 

Author:
Stefan Smarzly (grandcat)

INSTALL
--------------------

1.) Copy this directory to a suitable modules directory, 
    such as sites/all/modules
2.) Download SWFUpload-Core v2.2.* at http://code.google.com/p/swfupload/ and extract
    the following files from the zip file: swfupload.swf, swfupload.js, swfupload.queue.js
    Put these files into sites/all/modules/image_fupload/swfupload subdirectory
3.) Activate the module and its submodules (if needed) in the module list.
    (dependency: image module or/and imagefield module)
4.) Now, the module is active and can be used at node/add/image, 
    if image module is used. If imagefield module is used, the widget of one imagefield of
    any content type has to be replaced by 'image fupload' widget.
5.) Access Permissions have to be set by using the corresponding configuration pages
    of the used modules.

UNINSTALL
--------------------

1.) Deactivate Image FUpload and its submodules at admin/build/modules
2.) Uninstall Image FUpload and its submodules at admin/build/modules/uninstall

File

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