Skip to content

Releases: Dani3lSun/apex-plugin-dropzone

apex-plugin-dropzone v2.0.3

10 Jan 23:03
Compare
Choose a tag to compare
  • 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.

apex-plugin-dropzone v2.0.2

01 Jan 14:42
Compare
Choose a tag to compare
  • 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.

apex-plugin-dropzone v2.0.1

31 Dec 10:37
Compare
Choose a tag to compare
  • 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.

apex-plugin-dropzone v2.0.0

30 Dec 18:47
Compare
Choose a tag to compare

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.

apex-plugin-dropzone v1.9.6

28 Dec 18:46
Compare
Choose a tag to compare

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.

apex-plugin-dropzone v1.9.5

23 Dec 20:40
Compare
Choose a tag to compare
  • 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.

apex-plugin-dropzone v1.9.4

31 Aug 07:32
Compare
Choose a tag to compare

apex-plugin-dropzone v1.9.3

09 Aug 21:11
Compare
Choose a tag to compare

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

apex-plugin-dropzone v1.9.2

27 Jan 13:22
Compare
Choose a tag to compare
  • 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

apex-plugin-dropzone v1.9.1

13 Jan 22:14
Compare
Choose a tag to compare
  • 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