Releases: ivan-novakov/extjs-upload-widget
Releases · ivan-novakov/extjs-upload-widget
v1.1.2
- Demo: added a checkbox to toggle synchronous/asynchronous upload
- Fixed: improper upload finish handling during an asynchronous upload (#19)
v1.1.1
- Option to re-try upload when errors occur (#9)
- Add the DummyUploader to the example (#11)
- Use "itemId" instead of "id" property (#14)
- Fixed: The "Browse" button loses the "multiple" attribute (#10)
- Fixed: Handle utf-8 encoded filenames properly (#15)
v1.1.0
- implemented the core functionality as a panel rather than a dialog
- multiple uploader implementations support
- you can now "inject" your own uploader implementation
- new FormDataUploader implementing multipart upload
- updated examples and documentation