Dani3lSun / apex-plugin-dropzone

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

How to make attaching a document mandatory #65

Closed dpccrt87 closed 5 years ago

dpccrt87 commented 5 years ago

Hi Daniel, Im using Dropzone 2 plugin (version 2.2.1) with apex 18.2.0, and i want to know if is it possible to set the Dropzone2 plugin item to be required ?

Thank you for help.

NB: APEX version (18.2.0) Used web server / version and platform (ORDS 18.2.0 / Apache-Tomcat 9.0.10 / win x64) Used web browser / version and platform (Chrome 48 Windows/ Windows Server 2016)

Dani3lSun commented 5 years ago

Hi @dpccrt87 sorry for the late response...:( Hmm you could always use an APEX validation to query the Dropzone Collection, if no results are in there then no file had beed uploaded...

dpccrt87 commented 5 years ago

Hi Dani3lSun, Thank you for reply, i will test it