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!

How to upload a file without refreshing the page ?

Yann39Mar 23 2011 — edited Jun 29 2011
Hi,

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 ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 27 2011
Added on Mar 23 2011
37 comments
6,987 views