forms icon indicating copy to clipboard operation
forms copied to clipboard

User defined file upload folder

Open jmenzke opened this issue 9 months ago • 3 comments

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

jmenzke avatar Apr 07 '25 06:04 jmenzke

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.

errotu avatar Apr 15 '25 19:04 errotu

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)

benniekiss avatar May 15 '25 11:05 benniekiss

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).

susnux avatar Sep 13 '25 09:09 susnux