silverstripe-dropzone icon indicating copy to clipboard operation
silverstripe-dropzone copied to clipboard

Support for protected files

Open jcop007 opened this issue 3 years ago • 1 comments

It would be great if the module had an option to allow uploaded files to be protected (restricted access).
This would be useful when users are uploaded sensitive information.
AFAIK, currently files are unprotected and could potentially be accessed by anyone who knows the url.

jcop007 avatar Mar 02 '21 03:03 jcop007

This is possible by creating a folder with restricted view permissions and upload to that folder. The files will inherit that permission.

bummzack avatar Mar 19 '21 08:03 bummzack