Wordpress 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.
get_allowed_mime_types();
wp-includes/functions.php