How to upload a file without refreshing the page ?
Yann39Mar 23 2011 — edited Jun 29 2011Hi,
Oracle 10g r2, APEX 4.0.2.
I need to upload a file (image) to my own table (as ORDImage).
Until now, I simply submit a file browse item that automatically upload the file to the wwv_flow_files view. Then I move it to my table while transforming it to ORDImage. It works.
But I need to do this without refreshing the page ! Is it possible ?
How can I get, from server side, the referenced file in the file browse item (like $_FILES in PHP) ?
Thank you for your help.
Yann.
PS : And for confirmation, when I delete from wwv_flow_files, it deletes from wwv_flow_file_objects ? isn't it ?