First of all, thank you and congratulations for this application. Keep up the good work
I have read some related topic in the forum but just want to make sure. Let say I have this folder structure
ROOT
├── Folder 1
│ └── subfolderA
│ └── subfolderB
├── Folder 2
i want all the folder in root to be public and can be view by all without password but only certain user can upload to specific folder
eg:
- all folder is viewable by all
- user1 can view all folders but only have the permission to upload to folder1 and all it subfolders
- user2 upload to folder2 and all subfolders
is this possible with files.gallery right now or feature like this to be consider in future release ?
Thank You