ZF-5009: Multiple file form fields share the same error message
Description
When having more than file elements in a Zend_Form, and all of them a required = true, and you submit an empty form, all file fields will have the error message of the last file field.
Comments
Posted by Thomas Weidner (thomas) on 2008-11-22T13:22:28.000+0000
Fixed with r12779