Skip to content

Releases: Dani3lSun/apex-plugin-dropzone

apex-plugin-dropzone v1.9

12 Jan 23:47
Compare
Choose a tag to compare
  • added option to include a custom javascript function which get executed on chosen events
  • events: added file & upload complete
  • added APEX events for added file & upload completed to trigger Dynamic Actions

apex-plugin-dropzone v1.8

11 Jan 22:18
Compare
Choose a tag to compare
  • added option to select a default dropzone style (1: grey border / 2: blue dashed border)
  • added option to display file type preview images for common file types
  • minified css/js files (full files for debug mode)

apex-plugin-dropzone v1.7

11 Jan 09:16
Compare
Choose a tag to compare
  • solved lots of performance issues (file + base64 data get uploaded to server)
  • stability improvements

apex-plugin-dropzone v1.6

10 Jan 18:56
Compare
Choose a tag to compare
  • added number of parallel uploads option (1 or 2 concurrent)
  • performance improvements (base64 encoding when file was added instead of sending moment)
  • better error handling

apex-plugin-dropzone v1.5

08 Jan 23:59
Compare
Choose a tag to compare
  • performance improvements(removed redundant AJAX call)
  • split the clob into a 30k param array (OHS 32k limit for params)
  • added callback function to apex.server.plugin that processes the files queue
  • added wait time between uploaded files

apex-plugin-dropzone v1.4

07 Jan 19:00
Compare
Choose a tag to compare
  • added option to refresh a chosen region (with REGION_STATIC_ID) after uploading of all files is complete
  • Copy&Paste support of images in modern Browsers (like Chrome)

apex-plugin-dropzone v1.3

07 Jan 08:03
Compare
Choose a tag to compare
  • set default for "max Files" to dropzone default of 256
    (some Browsers had problems if this value was null, and only 1 file was choosable)

apex-plugin-dropzone v1.2

06 Jan 22:28
Compare
Choose a tag to compare
  • added max files per upload option
  • added customizable messages for better multilingual support

apex-plugin-dropzone v1.1

06 Jan 18:37
Compare
Choose a tag to compare
  • added option to limit uploading of declared file types (file endings, mime_type) - comma separated
  • added option to clear the dropzone area after uploading of all files finished

apex-plugin-dropzone v1.0

06 Jan 12:24
Compare
Choose a tag to compare

Initial Release