Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.0
-
Component/s: Zend_File_Transfer
-
Labels:None
Description
When using http upload it should also check the config settings for
- upload_max_size
and - post_max_size
when using the http adapter or the file element.
It should return an user notice when setting a higher value than accepted in the configuration.
-1 allows all sizes and should also be taken in account.
New feature added with r12660
Additionally 'memory_limit' is also checked.