ZF-11661: Missing MIME Type for png uploads with Internet Explorer -> image/x-png
Description
Zend_Validate_File_IsImage::__construct
-> default array with mime types without image/x-png missing for Internet Explorer uploads
http://msdn.microsoft.com/en-us/library/… see under Uploaded MIME Types section
Comments
Posted by Thomas Weidner (thomas) on 2011-08-26T17:13:27.000+0000
Added in ZF2 with GH-342