Closed dpccrt87 closed 6 years ago
Hi @dpccrt87 seems correct can you show me a screen shot of the dropzone region attributes?
ok
Ok, here´s the mistake. Your PL/SQL Code from the first post selects the files from a APEX collection and loops over it to insert into your own table. But you never fill that Collection with data because you choose "Custom table" in the plugin settings. Only use "Custom Table" if your table structure is exactly how the plugin expects it, if you have additional columns like FK always use APEX collection + your PL/SQL Code.
So the only thing you have to do is to change Storage Type from "Custom table" to "APEX Collection". Collection Name would be "DROPZONE_UPLOAD"
Thank you so much for help :D
Hi Mr Dani3lSun, I created custom table to use your plugin, the structure of my table looks like, But when i insert the file, the pdf files are insered , except my others custom fields are filled with null values, as below My query is:
Thank you for help.
APEX version (5.1) Used web server & version and platform (Apache 9 / win x64) Used web browser (Chrome )