system: oracle 12c
apex 4.2
We are converting an old oracle "Orbit" application into APEX app.
The old system has about 90K documents(pdf,doc,txt etc) that the new system will still need to access.
These documents live on a network file-share.
Do you know if there is a way apex can access these files right off of the file-share? Without installing them into the database?
In the old application, the document downloads to the users machine then they open it up.