Zend Framework

Add a check for allowed transfer size

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major 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.

Activity

Hide
Thomas Weidner added a comment -

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

Show
Thomas Weidner added a comment - New feature added with r12660 Additionally 'memory_limit' is also checked.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: