Hi, I am using File Upload field, and I would like to upload my files outside of the WP directory for extra security. I want the files only accessible via PHP.
E.g. If this is my WP directory: var/www/htdocs/{wp directory}
I want my files here: var/www/private-files/{files}
Is this possible?