If "file exceeds the maximum upload size" appears, raise the limit in cPanel's PHP settings.
- In cPanel open Select PHP Version (or MultiPHP INI Editor), then Options.
- Increase
upload_max_filesizeandpost_max_size(e.g. to128M); keeppost_max_sizeequal to or larger thanupload_max_filesize. - Raise
memory_limitandmax_execution_timetoo for large files. - Save and re-test the upload.
Alternatively, add these lines to a php.ini or .user.ini file in your WordPress root, or add @ini_set('upload_max_filesize','128M'); to wp-config.php. The cPanel method is cleanest. If the option is locked on your plan, open a ticket and we'll adjust it.