Project

General

Profile

Actions

Bug #88055

closed

Faulty error-handling when uploading large files

Added by Jarvis H about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Form Framework
Start date:
2019-04-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Remote Sprint

Description

Typo3 Version: 9.5.4

Error 1: File size exceeds post_max_size

How to reproduce:
- Upload file larger then post_max_size

Error shown:
Warning: POST Content-Length of 215854163 bytes exceeds the limit of 104857600 bytes in Unknown on line 0

Suspected cause:
This is the normal error handling for php, but maybe it is possible to check if the file is too large before this occurs, to ensure a proper error message.

Error 2: Memory error when file size exceeds available memory

--> Moved to #88235


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #88235: Ext: form file upload Memory error when file size exceeds available memoryClosedSusanne Moog2019-04-27

Actions
Actions

Also available in: Atom PDF