Learn how to fix the WordPress error message "Sorry this file type is not permitted for security reasons" which results in a failed upload by adding this line to your wp-config file:
define('ALLOW_UNFILTERED_UPLOADS', true);
Find more at https://tonyteaches.tech
Check out my vlog channel @TonyFlorida
#wordpress