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.
Updated by Stephan Großberndt over 1 year ago
- Due date set to 2022-03-21
- Start date changed from 2023-06-22 to 2022-03-21
- Follows Task #97214: Use uploadedFile objects instead of $_FILES added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
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/+/79477
Updated by Gerrit Code Review about 1 year ago
Patch set 2 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/+/79477
Actions