stormtigers But I would like to give them a folder as well that they can add and upload files too with new submissions.
This isn't really possible, because Files Gallery can't assign different user-permissions on a per-folder basis. How would this be assigned? Where to store it? What happens when you change the folder name? This is normally something that belongs in heavier apps like FileRun and NextCloud, which use a database and control your file system (it has to lock and control the file system, because it needs to store file names and paths in the database).
If you want to hack it, there are a couple of options:
- Create a CSS rule that hides the upload button for all folders EXCEPT the 'submissions' folder.
- Edit the
index.php
file so that uploads always go into the 'submissions' folder.
- Create a separate user and login for "submissions", which exposes only the /submissions dir.