How to Fix The uploaded file exceeds the upload_max_filesize directive in php.ini
The uploaded file exceeds the upload_max_filesize directive in php.ini Error When Upload Theme to Wordpress .
How to Fix The uploaded file exceeds the upload_max_filesize directive in php.ini
- go to CPanel then choose File Manager .
- Click on Settings then Choose Show Hidden Files and Click Save .
- righ click on .htaccess and choose edit then Press Edit .
- add this line in the end of .htaccess file
php_value upload_max_filesize 128M
- Click Save Changes .