ZF-9686: Zend_Validate_File_MimeType $_finfo property doesn't exists when uploading multiple files
Description
When you try to upload multiple files with Zend_Form_Element_File and use the MimeType validator, you get an exception that the $_finfo property doesn't exists. This is because after the first validation it is unset (r347 in Zend_Validate_File_MimeType).
Comments
Posted by Maxell (maxell) on 2010-04-15T11:15:11.000+0000
Added patch
Posted by Thomas Weidner (thomas) on 2010-04-15T14:09:48.000+0000
Implemented with r21860. This is not a bug but a improvement.
The provided patch is incomplete.
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2010-04-15T14:10:59.000+0000
How can it not be a bug?