Project

General

Profile

Actions

Bug #88235

closed

Ext: form file upload Memory error when file size exceeds available memory

Added by Susanne Moog about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Form Framework
Target version:
-
Start date:
2019-04-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Remote Sprint

Description

Original Report: https://forge.typo3.org/issues/88055

How to reproduce:
- Upload file which is smaller than post_max_size/max_upload_size php settings but larger than available php memory.

Error shown:
Allowed memory size of 134217728 bytes exhausted (tried to allocate 215859576 bytes) in typo3/sysext/form/Classes/Slot/FilePersistenceSlot.php on line 143

Suspected cause
Use of file_get_contents which would store complete contents of file in memory.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88055: Faulty error-handling when uploading large filesClosedSusanne Moog2019-04-02

Actions
Actions

Also available in: Atom PDF