Bug #102271
closedBroken backwards compatibility in request builder for file uploads as object property
100%
Description
Hi,
when trying to map a file upload as a property of an object in v12 the arguments get broken by an array reset in the request builder:
https://github.com/TYPO3/typo3/blob/12.4/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php#L143
For the property mapper it looks like the file is a separate argument then.
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81594
Updated by Garvin Hicking over 1 year ago
- Related to Bug #102283: Extbase file upload using type converters not possible any more added
Updated by Sergej Junker about 1 year ago
Could you please add this fix into the next TYPO3 Core Patch. This is neccessary for the file upload feature on my project. Only with this fix I am able to upload files correctly.
Updated by Gerrit Code Review about 1 year ago
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/+/82498
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81594
Updated by Daniel Goerz about 1 year ago
- Related to Epic #103022: Extbase file upload handling added
Updated by Daniel Goerz about 1 year ago
- Related to Task #97214: Use uploadedFile objects instead of $_FILES added
Updated by Gerrit Code Review 12 months ago
Patch set 3 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81594
Updated by Gerrit Code Review 12 months ago
Patch set 4 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81594
Updated by Gerrit Code Review 12 months ago
Patch set 5 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/81594
Updated by Daniel Dorndorf 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 47dc9d7399b14f8bad89a069d3ba829cc3e0306e.
Updated by Andreas Wolf 11 months ago
- Related to Bug #102361: form multiple breaks RequestParameters added
Updated by Georg Ringer 8 months ago
- Related to Bug #100983: Problem with file upload in extbase form added