Skip to content

Releases: ivan-novakov/extjs-upload-widget

v1.1.2

02 Dec 14:23
Compare
Choose a tag to compare
  • Demo: added a checkbox to toggle synchronous/asynchronous upload
  • Fixed: improper upload finish handling during an asynchronous upload (#19)

v1.1.1

05 Nov 09:14
Compare
Choose a tag to compare
  • 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

02 Jul 21:13
Compare
Choose a tag to compare
  • 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