Project

General

Profile

Actions

Bug #102361

closed

form multiple breaks RequestParameters

Added by Philipp Parzer 8 months ago. Updated 8 days ago.

Status:
Closed
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 (0 open3 closed)

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

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

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

Actions
Actions

Also available in: Atom PDF