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:

  1. Browse to cpanel.yourdomain.com
  2. Login to your cpanel account
  3. Go to File Manager
  4. Navigate to your root directory (i.e. server/username)
  5. Click on php.ini and then click Code Editor
  6. Update the following lines:
    • max_file_uploads = 512M
    • memory_limit = 512M
    • upload_max_filesize = 512M
    • post_max_size = 512M
  7. Click Save
You should now be able to upload files up to 512MB.