Bug #104547
closedMultiple file upload broken in UploadViewHelper
100%
Description
When using the f:form.upload
ViewHelper to upload for a property of a DTO or domain model, it is not possible to upload multiple files, because the trusted properties are registered wrong. This results in the following extbase property mapping exception:
Exception while property mapping at property path "files": It is not allowed to map property "0". You need to use $propertyMappingConfiguration->allowProperties('0') to enable mapping of this property.
If the ViewHelper is configured to handle multiple files for upload, the filedname for the registerFieldNameForFormTokenGeneration
must be calculated to allow multiple files.
Updated by Gerrit Code Review 4 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85506
Updated by Gerrit Code Review 4 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85506
Updated by Torben Hansen 4 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5c7c8fab7fcc41f9d9614d1bc8863004029d71ba.