How to fix "Sorry this file type is not permitted for security reasons" error in WordPress

Опубликовано: 13 Май 2026
на канале: Abdullah Ijaz
60
1

In this tutorial, I will guide you how to fix "Sorry this file type is not permitted for security reasons" error in WordPress.
Just go to your c-panel "Control Panel"
Find "wp-config.php" file
and edit it
and place a single line code in the bottom of the page.
Use below code:

define('ALLOW_UNFILTERED_UPLOADS', true);

Thats it
If you face any error feel free to comment below.

Share, Like & Comment