forked from michael-e/uniqueuploadfield
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
33 lines (21 loc) · 962 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Field: Image Upload
-------------------------------------------------------------------------------
Version: 1.0
Author: Alistair Kearney
Build Date: 2010-07-12
Requirements: Symphony 2.0.7 or greater, JIT Image Manipulation extension
This field is for specifically uploading image files (PNG, GIF and JPEG). It
has additional controls to limit file size, width and height. Also, it can
resize incoming images to have a maximum long edge by resizing accordingly.
[Origin]
Based on "Unique File Upload" field by Michael Eichelsdoerfer, which
is a variation of the 'Hashed Upload Field' extension by
Rowan Lewis.
[Installation]
1. Upload the 'imageuploadfield' folder in this archive to your Symphony
'extensions' folder.
2. Enable it by selecting the "Field: Image Upload", choose Enable from
the with-selected menu, then click Apply.
3. You can now add the "Image Upload" field to your sections.
[Changes]
1.0 - Initial release