Apex Plugin Dropzone Versions Save

Oracle APEX Region Plugin - Dropzone

v2.0.3

7 years ago
  • New Style Grey Dashed Border/Background
  • Improved deleting Files (No longer via Filename, instead the APEX Collection Seq-ID or PK Value of Custom Table is used)
  • 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.

v2.0.2

7 years ago
  • Performance Improvements for Chunked File Uploads
  • Improved Upload Status for Chunked File Uploads
  • Improved Client Side Debug Logging
  • Improved Server AJAX Error Handling
  • 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.

v2.0.1

7 years ago
  • Performance Improvements for Chunked File Uploads
  • Improved Client Side Debug Logging
  • Oracle Database EPG Note in Docs & Help Pages
  • 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.

v2.0.0

7 years ago

Complete new Version built from ground up. Now much easier to use and with more features

  • Choose where to save the Files (APEX Collection or Custom Table)
  • No more writing of custom PL/SQL Code inside the Plugin (much more Update save)
  • More Events that Developers can use for custom Interactions
  • Choose the Upload Method (Normal: 1 Request or Chunked: Multiple Requests)
  • Improved Error Handling and Logging for the whole AJAX based Upload Process
  • Possibility to delete Files which were accidentally uploaded to the Server
  • Better Documentation on Github and in the Plugin Attribute Help
  • Much better Internationalization and App Wide definition of Messages
  • And of course all the "old" Features as well
  • APEX 5 Demo App: f610_dropzone_demo.zip

Upgrade Note: 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.

v1.9.6

7 years ago
  • fixed issue #15 (Page Items to Submit)
  • Added new event "Dropzone max files exceeded" (issue #13)
  • APEX 5 Demo App: f610_dropzone_demo.zip

Update Note from v1.9.5: It may be required to renew the PL/SQL Code (Upload) to the default which is shipped with this plugin. Unfortunately Plugin Attributes are not updated automatically.

v1.9.5

7 years ago
  • fully compatible with APEX 5.1 (xhr Upload progress)
  • New functionality to delete files which are uploaded to the DB server (AJAX based)
  • General Code cleanup
  • New Plugin Events (delete file success/error & upload file success/error)
  • Support for float number as max file size
  • APEX 5 Demo App: f610_dropzone_demo.zip

Update Note: It may be required to renew the PL/SQL Code (Upload) to the default which is shipped with this plugin. Unfortunately Plugin Attributes are not updated automatically.

v1.9.4

7 years ago

v1.9.3

7 years ago

Solved performance issues when converting larger files from base64 CLOB to BLOB

v1.9.2

8 years ago
  • added a random file id to APEX collection (better identification of file by it´s id)
  • empty file mime types now set to "application/octet-stream"
  • code cleanup
  • Now with a APEX 4.2 version... dropzone_apex42_v1.9.2.zip

v1.9.1

8 years ago
  • added more file preview images
  • more structured file paths
  • APEX event triggers on Region (not body)
  • no global js functions any more, wrapped code in namespace "apexDropzone"
  • generally cleaned up js code