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.