Solution 1:
Right-click on this file and then select View/Edit
to open wp-config.php
in your default text editor. You can then find the following line:
“/* That’s all, stop editing. Happy blogging. */”.
Immediately above this line, copy and paste the below code:
define('ALLOW_UNFILTERED_UPLOADS', true);