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