Why am I getting these error messages all of a sudden?

Permalink
I was editing my website no problem. I uploaded 2 images and put them on my website without any issue and then I tried to change one of them and now I cant upload an image. I have attached a screenshot of the error message I get. Sometimes it doesnt show any error message it just shows the "upload progress" window for a while and at the end nothing uploads.

1 Attachment

 
simpit replied on at Permalink Reply
simpit
Hi

How big is the image you are trying to upload? This error can occur if the file is too big. Check your php settings on the server (upload_max_filesize and post_max_size) in php.ini.

Alternatively you can upload the image to application/files/incoming (for example via FTP) and then select it in the upload prompt (there is a tab called "incoming"). Or you simply scale down the image before uploading.