Skip to Main Content
Feature Request FR-3359
Product Area Shared Components
Status CLOSED

4 Voters

Need to access data from APEX_APPLICATION_TEMP_FILES with dynamic action or without page submit.

ayubmiazeraju Public
· Sep 13 2023

Idea Summary
I want to access data from APEX_APPLICATION_TEMP_FILES with dynamic action but its showing an error With no data found. but it also working fine on page submit.

Use Case
1. If access any data from APEX_APPLICATION_TEMP_FILES without page submit then it'll be used in apex collection and don't need to use Extra tables or something.

Preferred Solution (Optional)
How would you implement this idea? If you are not sure, leave blank.

This request is likely a duplicate of FR-2404.

Comments

Comments

  • ej egyed OP 1.5 years ago

    The file that you are uploading does not get populated in APEX_APPLICATION_TEMP_FILES until the page is submitted. When the page is submitted is when the file is actually uploaded, not when it is selected from the Select File dialog or drag and dropped.

  • jayson hanes Admin OP 1.5 years ago

    This can be achieved with JavaScript today - the Ideas app is one example where you can copy and paste an image directly into a comment box, and it is uploaded via JavaScript (ajax) and is then useable like @ayubmiazeraju is asking for - it would be nice if this could be in the product, as it would also be the way to handle percent upload, etc.

  • ino.laurensse OP 1.5 years ago

    Possible duplicate of / related to

    https://apex.oracle.com/ideas/FR-2404