[ADD] survey_extra_fields : file question type #16

Merged
mondot merged 5 commits from new-survey_extra_fields-module into 16.0 2026-02-19 14:44:46 +00:00
Showing only changes of commit 10e9cb6c15 - Show all commits

View File

@@ -7,6 +7,11 @@
Add extra question types to surveys:
----------------------------------------------------
* File upload question type
- Allows survey participants to upload a file as an answer
- Configurable maximum file size (in MB) per question (default: 10 MB, 0 = no limit)
- Configurable allowed file extensions per question (e.g. .pdf,.docx — empty = all types allowed)
- Client-side validation (size and extension) before form submission
- Server-side validation on save to enforce constraints
""",
"version": "16.0.1.0.0",
"license": "AGPL-3",