Project

General

Profile

Actions

Bug #102361

open

form multiple breaks RequestParameters

Added by Philipp Parzer 6 months ago. Updated about 2 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2023-11-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using

<f:form.upload name="files" multiple="true" class="form-control" />

in a Backend Module, the request breaks because of
Argument #1 ($argumentName) must be of type string, int given

Solution - cast $argumentName to (string) in
https://github.com/TYPO3/typo3/blob/main/typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php#L147


Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Bug #102271: Broken backwards compatibility in request builder for file uploads as object propertyResolved2023-10-27

Actions
Related to TYPO3 Core - Bug #100983: Problem with file upload in extbase formNew2023-06-09

Actions
Has duplicate TYPO3 Core - Bug #102364: RequestBuilder::build unnesting $fileParameters one level to muchNew2023-11-12

Actions
Actions

Also available in: Atom PDF