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!

Read File browse item file using javascript?

ApexMeisterFeb 23 2018 — edited Feb 26 2018

I'm using apex 5.1 and universal theme.

I have a page with file browse item and I need to submit a page in order for me to read the file the blob in apex_application_temp_files.

I have been staying away from submitting a page since its slower and its harder to control display like messages and redirect.

Is there any pl/sql code to force apex to retrieve the file and store it in apex_application_temp_files table?

Thanks

apex.server.process('MyProc', {},

   {

      success: function(gReturn) {

        alert ('yes');

      },

      dataType: "text"

   });

This post has been answered by askMax - Maxime Tremblay on Feb 23 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2018
Added on Feb 23 2018
1 comment
990 views