Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Not an Issue
-
Affects Version/s: 1.7.0
-
Fix Version/s: 1.7.3
-
Component/s: Zend_File_Transfer, Zend_Form
-
Labels:None
Description
It seems that the Zend_Form_Element_File only works if an file is actually uploaded. If not validation of within Zend_File_Transfer_Adapter_Abstract throws an exception in the ->_getFiles() method, because it could not find any files related to the respective form element. The ->_getFiles() method provides a third argument which could be used to block the exception. This argument however is not used by the calling ->isValid() method.
Have you verified with the latest release ?
I am not able to reproduce this problem.
Please give your code to see the problem.
I expect a handling problem.