How to fix error exceeds the upload max file size in WordPress
If you try to upload files to your WordPress websites and get an error “Uploaded file exceeds the upload_max_filesize directive in php.ini“, you can easily fix this error by increasing upload_max_filesize setting for WordPress. Follow one of three methods below (1- Change setting in PHP.INI; 2-Change setting in .HTACCESS; and 3- Change setting… Read More