Simple solution: Add the following code into your wp-config.php file
define('ALLOW_UNFILTERED_UPLOADS', true);
External plugins don’t work very well/inconvenient. You are much better off by editing the setting yourself.
Simple solution: Add the following code into your wp-config.php file
define('ALLOW_UNFILTERED_UPLOADS', true);
External plugins don’t work very well/inconvenient. You are much better off by editing the setting yourself.