Skip to content
Snippets Groups Projects
Commit 7b7f2959 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Benni Mack
Browse files

[BUGFIX] Handle uploaded files in EXT:form

With the migration to native ServerRequestInterface, EXT:form isn't
able to detect uploaded files anymore. The `arguments` property from
the underlying Extbase request object is obtained, which contains
information about uploaded files in a wrong structure.
Therefore, the arguments are merged with the uploaded files array
instead.

Since uploaded files are converted to a `UploadedFile` object,
EXT:form's `UploadedFileReferenceConverter` is adapted to be able to
handle said objects as well.

Resolves: #100362
Releases: main
Change-Id: I07f8ce47b9cdd2334a8bb665df82d83789c9bf19
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78336


Tested-by: default avatarKevin Appelt <kevin.appelt@icloud.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarKevin Appelt <kevin.appelt@icloud.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent e2eaa02e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment