/[drupal]/contributions/modules/image_fupload/README.txt
ViewVC logotype

Contents of /contributions/modules/image_fupload/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Fri Oct 24 22:22:38 2008 UTC (13 months ago) by grandcat
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-BETA1, DRUPAL-6--2-0-BETA2, DRUPAL-6--2-0-BETA3, DRUPAL-6--3-0-RC2, DRUPAL-6--3-0-RC1, DRUPAL-6--3-0-ALPHA1, DRUPAL-6--3-0-ALPHA2, DRUPAL-6--3-0-ALPHA3, DRUPAL-6--3-0-ALPHA4, HEAD
Changes since 1.3: +10 -7 lines
File MIME type: text/plain
changed content so that it's working for the separation in submodules.
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

  ViewVC Help
Powered by ViewVC 1.1.2