Contour file security - protect files from url download
I am developing a system where I use Contour to recieve job applications, both textinput and files (mainly pdf-files). When the form is submitted, the files attached is saved in the contour-directory on the webserver (as far as I know this cannot be changed). These files can be reached by url, and is thereby open for all when they know the link. Is there a way to protect this folder or files? Any suggestions how to solve this problem?
Contour file security - protect files from url download
I am developing a system where I use Contour to recieve job applications, both textinput and files (mainly pdf-files). When the form is submitted, the files attached is saved in the contour-directory on the webserver (as far as I know this cannot be changed). These files can be reached by url, and is thereby open for all when they know the link. Is there a way to protect this folder or files? Any suggestions how to solve this problem?
Comment author was deleted
Hi Henrik,
You could write a custom upload field type with more security
Or you could write a httpmodule that prevents anonomous access to the location of the files...
But nothing available out of the box that you can simply use
is working on a reply...