Releases: Dani3lSun/apex-plugin-dropzone
Releases · Dani3lSun/apex-plugin-dropzone
apex-plugin-dropzone v2.4.1
- Use wwv_flow.ajax endpoint instead of wwv_flow.show for all AJAX actions
- APEX 5.1 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.4.0
- changed "Normal" upload method to use multipart/form-data requests (no base64 conversion needed, 2x as fast as "chunked" method, works with all web server combinations)
- APEX 5.1 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.3.0
- min. APEX version now is 5.1 !
- Changed chunked upload to also use base64 f01 array (double chunked mechanism)
- delete AJAX call only when file has no error
- APEX 5.1 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.2.4
- Updated Dropzone framework to 5.5.0
- APEX 5 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.2.3
- Fixed displaying of special characters #39
- Some server side code improvements
- APEX 5 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.2.2
- Updated Dropzone framework to 5.3.0
- APEX 5 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.2.0
- APEX 5.2 compatibility
- Updated Dropzone framework to 5.3.0
- enable dynamic substitution strings for table or collection name
- removed parallel uploads option
- changed client side waiting to server side waiting after file gets uploaded, removed waiting attribute
- general improvements of js and pl/sql code
- APEX 5 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.2.1
- APEX 5.2 compatibility
- Updated Dropzone framework to 5.3.0
- enable dynamic substitution strings for table or collection name
- removed parallel uploads option
- changed client side waiting to server side waiting after file gets uploaded, removed waiting attribute
- general improvements of js and pl/sql code
- server side waiting: use custom procedure instead of APEX_UTIL.PAUSE (thus only full seconds are possible)
- APEX 5 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.1.0
- Added client side image resizing (before sending to server)
- Added configurable chunk size of chunked file uploads
- APEX 5 Demo App:
f610_dropzone_demo.zip
apex-plugin-dropzone v2.0.4
- Added much more detailed Total Upload Progress
- APEX 5 Demo App:
f610_dropzone_demo.zip
Upgrade Note (v2.0.0): Thus the Plugin is rewritten from ground up, Version 2.0.0 is completely incompatible with prior Versions!
It is recommended to install Version 2.0.0 beside Version 1.XX and replace all Dropzone Regions in your App.
If you didn´t touch the default PL/SQL Code of Version 1.XX and used the default Settings then the Upgrade Process should be straight forward (APEX Collection is the same). If you used prior Plugin Events, you have to change these ones to the Events of Dropzone 2.