burnbright / silverstripe-ajaxuploadfield
Ajax image uploading via javascript
Installs: 301
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 4
Type:silverstripe-module
Requires
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-10-18 20:12:48 UTC
README
Author: Jeremy Shipman jeremy@burnbright.net
About
Ajax image uploading via javascript.
Rolls back to an image upload field, to be submitted on form submission.
Currently requires jQuery
TODO
- Write tests
- XmlHttpRequest uploading should be incorporated into SilverStripe core at some stage. (see XHRUpload_Validator)
- Ability to reference via javascript
- Allow setting custom configs params eg minSizeLimit
- override showMessage
- display errors in validation span
- require jquery, or remove dependency
Handle scenarios
- Upload to location...allowing for repeated uploads
- multiple file upload