Caution: The documentation you are viewing is
for an older version of Zend Framework.
You can find the documentation of the current version at:
https://docs.zendframework.com/
ExcludeMimeType — Zend Framework 2 2.1.5 documentation
Zend\Validator\File\ExcludeMimeType checks the MIME type of files. It will assert false when a given file has one the a defined MIME types.
This validator is inversely related to the MimeType validator.
Please refer to the MimeType validator for options and usage examples.