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!

Save File Path and File Name

GUS CRIGHTON2 days ago

Hi

I am trying to creaste a process where the user locates a file in the file system using a file browser page item.

We do not want to load the document, but we do need to load the file name and file path into two page items.

I can load the file name using a onchange DA on item P14_FILE_NAME(file browser) with this javascript code

$x('P14_PFAD').value=$x('P14_FILE_NAME').value;

I do not know how to load the file path into my P14_DIR item

Is this possible ?

Regards

Gus

This post has been answered by Richard Ĺ enko on Jul 31 2025
Jump to Answer
Comments
Post Details
Added 2 days ago
4 comments
61 views