Actions
Bug #63595
closedtypo3 7.0 - Upload should use maxfilesize should use php.ini setting
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-12-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Upload in dialog or in FileList should
use at least php.ini-setting from webpages root of typo3.
Install tool should check this on installation.
upload_max_filesize=
max_execution_time=
post_max_size=
should be taken into account from typo3 7.0 and earlier versions.
Install a fresh typo3 7.0, put these lines into php.ini
in webpages root of the typo3 installation:
upload_max_filesize=24M
max_execution_time=240
post_max_size=24M
Try to upload some pictures.
You will get 2048 KB at max,
the internal settings of typo3.
Thats not very smart of
typo3 as of version 7.0 ...
Its modern and good looking skin should
have modern and good working functions.
Actions