Anubhav How do I allow a user to upload files only in a specific directory and no other directory should show upload button?
You can't assign per-folder permissions in Files Gallery. How would we achieve that? This would require a complete CMS database file manager (like FileRun or Nextcloud), that owns and controls the entire file system.
Your only options:
- Create a separate user/login with only access to the specific dir, with upload permissions.
- Or use file permissions to disable "write" permissions on all dirs except the one where you can upload.