Summary:
By default your hosting account is set to a 2MB file upload limit.
You can change your file upload limit to a maximum of 512MB by editing your phpl.ini file
Resolution:
- Browse to cpanel.yourdomain.com
- Login to your cpanel account
- Go to File Manager
- Navigate to your root directory (i.e. server/username)
- Click on php.ini and then click Code Editor
- Update the following lines:
- max_file_uploads = 512M
- memory_limit = 512M
- upload_max_filesize = 512M
- post_max_size = 512M
- Click Save
You should now be able to upload files up to 512MB.