WordPress http error

Solution:

You may be able to change the maximum upload size in your .htaccess file:

upload_max_filesize = "250M"
post_max_size = "250M"

If this doesn’t work, you will probably need to contact/change your host.