Hi all,
I have a web site where a user can upload a number of different types of documents including docx, doc, pdf, jpg, txt xls. The file details are stored in a DB table for later access within a secured CMS.
What is the best way to stop these files being opened by anybody?
At the moment, if someone knows the full location of the document, they are viewable. The documents do get renamed upon upload.
Was thinking maybe password protected zipped files, but of course will have to find a script that can do this.
Any advice much appreciated.
Thanks
I have a web site where a user can upload a number of different types of documents including docx, doc, pdf, jpg, txt xls. The file details are stored in a DB table for later access within a secured CMS.
What is the best way to stop these files being opened by anybody?
At the moment, if someone knows the full location of the document, they are viewable. The documents do get renamed upon upload.
Was thinking maybe password protected zipped files, but of course will have to find a script that can do this.
Any advice much appreciated.
Thanks