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!

Upload files listed in a table on page load

cwellJul 10 2019 — edited Jul 25 2019

I have a table with a list of file paths and file names. When the page loads I would like to upload all the listed files to the table APEX_APPLICATION_TEMP_FILES, is there a way to do this automatically?

Comments

fac586

4030433 wrote:

I have a table with a list of file paths and file names. When the page loads I would like to upload all the listed files to the table APEX_APPLICATION_TEMP_FILES...

You and every hacker on the planet...

is there a way to do this automatically?

Thankfully no. Basic browser security requires that users must manually select files for submission.

That is of course assuming that these files exist on the device that is opening the page. Things might be different if you are referring to files located on a file system that is mounted on the database server. Where does this list come from, and where are the listed files located?

cwell

Thank you for your response. I'll have to look at another way of getting the files where I need them.

1 - 2

Post Details

Added on Jul 10 2019
2 comments
90 views