1
There are standard or best practices for dealing with upload, storage, file publishing, and access control?
Environmental example:
I have a system that will need to register Calls and News and in both need allow insertion of attachments and then release them for download or viewing in the browser as possible (pdf, txt, in some cases office files).
I will also have an area for direct publication, where the files will be submitted to a "virtual" directory selected by the user, certain user groups will have access to these directories and files, others will not.
They will also be available for download and/or viewing in browser when possible.
There are standards or best practices to deal with this kind of need?
An important detail is that there will be no user access control for a domain. It will be system users only.