.. _zend.validator.file.exclude-mime-type: ExcludeMimeType --------------- ``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 :ref:`MimeType validator `. Please refer to the :ref:`MimeType validator ` for options and usage examples.