I have an application in APEX (Oracle Application Express 5.0.0.00.31) and I would like to make the file upload on one page. This is what I currently have:
This is a simple file browser item and a button with action: "Submit page".
My File browser according to new features of APEX 5 should store it's uploaded files (once the page is submitted) in the table apex_application_temp_files and purge them at the end of session, but nothing is ever there.
Can anyone explain what am I doing wrong?
Edit:
This is what I have in the apex_application_temp_files just after the upload:


"AJAX call returned server error ORA-01403: no data found for Execute PL/SQL Code."- Aleksander Lipka