Where to locate huge size files on an APEX web application?
My web site is a similar Oracle APEX application, with 3-tier setting of Oracle http server as middle tier and Oracle 11g database as back end.
All servers are running on Windows 64bit/32bit.
I have huge size help files and training video files need to show on web site. Currently, those files are located on middle tier server, under a file path of DocumentRoot, which defined on SSL.conf and HTTPD.conf.
For security reason, I have to find out a solution to hide those files or those URL addresses from public.
If to save all files in Oracle database, it will increase DB size a lot. Also, files downloading on web browser will take more time.