Dani3lSun / apex-plugin-dropzone

Oracle APEX Region Plugin - Dropzone
MIT License
72 stars 19 forks source link

Dynamic Action not triggering #26

Closed nikhilbutani closed 7 years ago

nikhilbutani commented 7 years ago

Expected behavior

Alert should be fired once File is uploaded.

Actual behavior

dynamic action is not fired.

Steps to reproduce the issue

From the output, When I drag & drop file to the region, I am not getting any alert message.

APEX version (4.2.6 / 5.0.3)

Apex 5.0.3

Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)

Tomcat 7, ORDS 3.0.6, Linux Redhat x64

Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)

Chrome 59.0.3071.115 (Official Build) (64-bit)

Dani3lSun commented 7 years ago

Hi @nikhilbutani I tested this on my APEX 5.0.4 and 5.1.2 instances. On both this event worked as expected... Maybe an error occurred and the error event was triggered? Or you had the wrong region in the event selection type settings? If you would like to do something when uploading (of all files) finished then please use the Dropzone Upload completed event. The one you used is triggered for every single file...