ZF-3901: Add MimeType validator
Description
Add a validator for checking MimeType of files. It should use an extension and fall back to Zend_Mime if possible.
It has to be reviewed if Zend_Mime is able to support other mimetypes than only mail.
Add a validator for checking MimeType of files. It should use an extension and fall back to Zend_Mime if possible.
It has to be reviewed if Zend_Mime is able to support other mimetypes than only mail.
Comments
Posted by Thomas Weidner (thomas) on 2008-08-12T14:59:59.000+0000
New feature implemented with r10897
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:16.000+0000
Updating for the 1.6.0 release.