Solution:
You may be able to change the maximum upload size in your .htaccess file:
.htaccess
upload_max_filesize = "250M" post_max_size = "250M"
If this doesn’t work, you will probably need to contact/change your host.