User defined file upload folder
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 382
- Forks
- 127
- Avg merge
- 19h 31m
- Merged PRs (30d)
- 75
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with /apps/forms/lib/Constants.php and trace where FILES_FOLDER is used for uploaded files. Review the existing settings entry points to determine how a user-defined folder could be selected. Done means the upload destination can be configured instead of being fixed to Forms, with the behavior verified in the relevant upload flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100