User defined file upload folder
Nextcloud (please complete the following information):
- Nextcloud-Version: latest
- Forms-Version: latest
Is your feature request related to a problem? Please describe. Folder for file-upload is can't be changed.
Describe the solution you'd like
A field in settings, where Const FILES_FOLDER = 'Forms'; ( /apps/forms/lib/Constants.php) can be set to a different location. e.g. team-folder
Describe alternatives you've considered A more comprehensive alternative would be to make forms accessible to a group so that a team can work together on a survey.
Additional context
That would be a great feature!
A possible alternative implementation would be to add the ability to choose the folder the files should be stored in when creating the form.
I'm really interested in this feature, as well. A per-form setting for file upload location would make organization and management much easier. Being able to also control the file structure/hierarchy of form file uploads would be a nice addition with this feature. The current file structure for form uploads is hard for me to navigate (numerically named folders within folders)
This needs to be at least guarded by an admin setting. Putting user data like forms into team folders can cause unexpected behavior for admins (because now un-authenticated people can upload files into team folders).