Dani3lSun / apex-plugin-dropzone

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

update additional files when upload complete #71

Closed uvarol closed 4 years ago

uvarol commented 4 years ago

Expected behavior

When an upload is complete, I want to update a few more additional fields in the custom_upload_table associated with this process. How can I do it?

Actual behavior

Steps to reproduce the issue

APEX version (4.2.6 / 5.0.3)

5.1.4

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

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

Dani3lSun commented 4 years ago

In this case, I would upload the files to an APEX collection and afterwards process the files from there to insert them into a custom table: https://github.com/Dani3lSun/apex-plugin-dropzone#inserting-uploaded-files-into-your-own-tables