Hello,
Screens in our application allow users to select and load files from a shared drive or from a local drive using CLIEN_GET_FILE_NAME function of WebUtil library. They use paths similar "C:\XXXXX\XXXX\XXXX".
Now users want to be able to select and load files from a Share Point. But Oracle does not recognize pathsto files located in Share Point. Probably because they look like URLs. Something like “https://xxx.sharepoint.com/xxx/xxx/xxxx/".
Is there a way to make an Oracle form to be able to select and load a text file from a Share Point?
Thank you.