Issue Details (XML | Word | Printable)

Key: ZF-4923
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Thomas Weidner
Reporter: Thomas Weidner
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Add a check for allowed transfer size

Created: 12/Nov/08 04:53 AM   Updated: 14/Nov/08 03:26 PM   Resolved: 14/Nov/08 03:26 PM
Component/s: Zend_File_Transfer
Affects Version/s: None
Fix Version/s: 1.8.0

Time Tracking:
Not Specified


 Description  « Hide

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.



Thomas Weidner added a comment - 14/Nov/08 03:26 PM

New feature added with r12660
Additionally 'memory_limit' is also checked.