Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Automated File Uploads

Billy VerreynneJan 16 2019 — edited Jan 18 2019

Using APEX 5.1.4 in this specific case.

Have a requirement for files to be uploaded/send to the database for processing - with the file submission being done by a remote client process (e.g. something like curl or wget).

Wondering whether APEX can be used in this case? The HTML form element's action needs to be directly called via a HTML POST which needs to use a multipart/form-data body for the file's contents - I think.

Issue is that the form action for APEX in this case is "wwv_flow.accept" - and I doubt that this can be called, without having an existing session state.

Any comments and suggestions, on how to run an automated file upload via ORDS/APEX, will be appreciated.

Comments
Post Details
Added on Jan 16 2019
11 comments
965 views