Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klaftertief/advanced-upload-field
Symphony CMS upload field with the capability to resize images proportionally to maximum dimensions.
https://github.com/klaftertief/advanced-upload-field
Last synced: 15 days ago
JSON representation
Symphony CMS upload field with the capability to resize images proportionally to maximum dimensions.
- Host: GitHub
- URL: https://github.com/klaftertief/advanced-upload-field
- Owner: klaftertief
- Created: 2010-02-11T23:04:57.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-11T23:09:58.000Z (almost 15 years ago)
- Last Synced: 2024-11-07T19:53:28.932Z (2 months ago)
- Language: PHP
- Homepage: http://symphony-cms.com/download/extensions/view/38886/
- Size: 775 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Field: Advanced File Upload
* Version: 0.9
* Author: Jonas Coch
* Build Date: 2010-02-11
* Requirements: Symphony 2## Installation
1. Upload the 'advanceduploadfield' folder in this archive to your Symphony 'extensions' folder.
2. Enable it by selecting the "Field: Advanced File Upload", choose Enable from the with-selected menu, then click Apply.
3. You can now add the "Advanced File Upload" field to your sections.
## Documentation
Just use it like the standard Symphony upload field. In the section manager you can set values for the maximum width and height of an image. If either param is set to zero or empty, then that dimension will not be considered as a part of the resize.
## Changes
0.9
- Initial release
## Credits
* This extension is a variation of the standard Symphony upload field.
* This extension uses [PHPThumb](http://github.com/masterexploder/PHPThumb)