Actions
Bug #101142
openAllow UploadedFile in Folder->addUploadedFile()
Start date:
2022-03-21
Due date:
2022-03-21 (over 2 years late)
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently ResourceStorage::addUploadedFile()
allows to pass a UploadedFile
but Folder->addUploadedFile()
only allows the old $_FILES
-array.Folder->addUploadedFile()
should support UploadedFile
as well.
Actions