Archive for the ‘Wordpress’ Category
Adding file types to WordPress to prevent “File type does not meet security guidelines. Try another.”
Monday, November 1st, 2010WordPress disallows uploading files with random extensions/mime-types for security reasons. To add your custom type, edit get_allowed_mime_types(); in your custom WordPress installation’s file wp-includes/functions.php.

