Plugin info

Total downloads: 12,344
Active installs: 100
Total reviews: 3
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/17/2014 (4080 days ago)
Added to WordPress: 8/19/2013 (12 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.1.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4080 days ago • 3 reviews

22/100

Is Unsafe Mimetypes abandoned?

Possibly abandoned (last update 4080 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.1.41
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Manage Upload Types
Rating 3.7/5 (3 reviews)Active installs 500

Description

Unsafe Mimetypes allows users to define extra media types not allowed by the standard WordPress installation. Users will often encounter the message ‘Sorry, this file type is not permitted for security reasons.’

This plugin allows the site admin to upload and distribute files other than the basic set WordPress allows by default. This plugin allows the user to define a list of extensions they wish to allow. Administrators can choose to allow only Administrators or all Media Uploaders to be able to add the defined types to the library.

Note: This plugin does not permit the user to change the maximum upload size, which may be needed for large multimedia files.

Translation

Currently, the interface offers English and Spanish versions. Spanish translation by Mariana.

Installation

  1. unpack the zip file to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

Once I’ve added a filetype to the whitelist, can I then use the WordPress media manager to include uploaded files in my Post/Page?

Yes. This is the expected usage. The author uses it to distribute .wav and .flac audio files, as part of a post.

Is is safe to allow users to upload `php` files?

Never do this unless you’re using it to upload your own php files, you’re admin, and you know the risks involved.

Review feed

No reviews available

Screenshots

  1. This is the error message you will see from the media manager when trying to upload many non-standard filetypes.

    This is the error message you will see from the media manager when trying to upload many non-standard filetypes.

  2. This is the admin interface where you can define a list of file extensions you wish to add to the whitelist. If you trust your editors you can also choose to grant the same permissions to them also.

    This is the admin interface where you can define a list of file extensions you wish to add to the whitelist. If you trust your editors you can also choose to grant the same permissions to them also.

  3. If you want, you can allow your editor permission to upload the default types, while allowing your admins greater power by ticking the 'allow default types' box, and giving the extra permissions to admin only.

    If you want, you can allow your editor permission to upload the default types, while allowing your admins greater power by ticking the 'allow default types' box, and giving the extra permissions to admin only.

Changelog

0.1.4

  • Fixed a deployment issue

0.1.3

  • Fixed a versioning issue #4
  • Tested and supported with WP4.1
  • Fixed development URL: https://github.com/ldrumm/wordpress-unsafe-mimetypes

0.1.2

  • refixed sickiness issue, when creating new installations.
  • corrected issue with translation.
  • improved settings update logic

0.1.1

  • fixed stickiness of admin/editor permissions in admin interface (report:jswagner)
  • added option to allow the builtin allowed types (all uploaders)(report:jswagner)
  • small cleanups in readme.txt
  • added extra screenshot.

0.1.0

  • First public release.