Upload/download PDF Files in local drive of Oracle Server via Oracle APEX
First of all "Hi to all respected Gurus/Members of this forum."
My requirement is to upload/download PDF Files via Oracle APEX.
Currently we are dealing with this requirement as that users are directly uploading PDF Files into Oracle Database via Oracle APEX and downloading with the same way.
But by doing this ".dmp" size is increasing rapidly.
So, I want to store all that PDFs in local drive of Oracle Server instead of Oracle Database and all that users have the access should be able to upload/download the PDF files on that local drive of Oracle Server via Oracle APEX Application.
Kindly guide me how to do it?