Are you fed up with the "File type does not meet security guidelines. Try another." message when you try and upload a particular type of file not supported by the inline uploader?
Well now you can easily extend the list to you hearts content using WordPress mime-config
Read more about it here: managing mime-types for the inline uploader
Update: The plugin now supports multiple mime-type definition using a simple file format to describe the mime-types.
Read more about this update here: pjw-mime-config v0.90 released
darrenterhune
Member
Posted 5 years ago #
Or edit your wp-includes/functions.php at about line 1069 to add types without using plugins. See my post http://headfirstproductions.ca/blog/wordpress-file-type-upload-error-security-fix/
darrenterhune: That works, but the problem with that is that you must re-add your types every time you upgrade WordPress.
It's better to use a plugin which will add your types via the filter.