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

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

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


Revision 1.2 - (show annotations) (download)
Thu Mar 12 20:35:44 2009 UTC (8 months, 2 weeks ago) by awolfey
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--1-1, DRUPAL-6--1-2, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-6--2
Changes since 1.1: +2 -1 lines
File MIME type: text/plain
Fixed module location errors.
Removed debug code.
Fixed math on max upolad size.
Fixed field and content type filtering.
Added watchdog upload success messaging.
Added check for empty $_POST and $_FILES
1 $Id: README.txt,v 1.1 2009/03/11 23:31:32 awolfey Exp $
2
3 /**
4 * @file
5 * README.txt file for Aurigma Uploader for Imagefield module.
6 */
7
8 Description
9 The Aurigma Uploader for Imagefield module integrates the commercial Java
10 uploader Aurgima with Drupal. Multiple images are uploaded in a single batch
11 into a multiple imagefield.
12
13 Requirements
14 - Modules: CCK, filefield, imagefield
15 - Aurigma is a commercial product. A valid license key is required.
16 - Users must have Java installed, or allow ActiveX for IE browsers.
17
18 Configurable features
19 - Selection of content type used.
20 - Selection of imagefield field used.
21 - Size of the uploader on the page.
22 - Aurigma parameters may also be entered manually in the module's admin page.
23 See http://www.aurigma.com/Support/DocViewer/28.aspx
24
25 Benefits
26 - Allows batch image uploading to imagefield.
27 - Set image descriptions in the uploader and/or the imagefiled.
28 - Deletions are handled by imagefield and filefield.
29 - Image types are limited to jpg, gif, png.
30
31 Suggestions
32 - With filefield_paths and token modules you can customize the directories
33 where the images are saved.
34 Otherwise images are saved in the default files directory.
35 - With imagecache thumbnails and other sizes can be created automatically.
36
37 Installation
38 - See INSTALL.txt
39
40 Theming
41 - The look of the uploader is configurable via its parameters, which you can
42 enter in the module's admin page.
43 - The uploader is enclosed in a <div>. The id is [field_fieldname-applet].
44 - Theming of images after uploading is up to you.
45
46 Additional
47 - The to-do list includes ahah or ajax loading of newly uploaded images, and
48 adding the open source jupload applet as an option. Also, add support for
49 more than one imagefield per node form.
50
51 Author
52 awolfey
53 aaronewolfe@gmail.com

  ViewVC Help
Powered by ViewVC 1.1.2