ZF-3915: Add ContentType validator
Description
Add a validator which is able to check the type of files due to their content. By reading the first bytes of a file the most filetypes should be detectable. This should be saver than only rely on the mimetype.
Comments
Posted by Thomas Weidner (thomas) on 2008-10-01T10:17:49.000+0000
Instead the MimeType validator can now handle the fileinfo extension and the mime_content_type function.