Apex Plugin Dropzone Versions Save

Oracle APEX Region Plugin - Dropzone

v.2.4.1

5 years ago
  • Use wwv_flow.ajax endpoint instead of wwv_flow.show for all AJAX actions
  • APEX 5.1 Demo App: f610_dropzone_demo.zip

v.2.4.0

5 years ago
  • 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

v.2.3.0

5 years ago
  • 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

v.2.2.4

5 years ago

v.2.2.3

6 years ago
  • Fixed displaying of special characters #39
  • Some server side code improvements
  • APEX 5 Demo App: f610_dropzone_demo.zip

v.2.2.2

6 years ago

v.2.2.1

6 years ago
  • 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

v2.2.0

6 years ago
  • 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

v2.1.0

6 years ago
  • 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

v2.0.4

6 years ago

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.