'File could not be uploaded' - is being uploaded

The Panel is saying it can’t upload images. I think the problem kicks in with images over 6000px wide.

I’m working locally using MAMP. Using phpinfo.php I can see that there is an upload_max_filesize of 32M. So that is not the problem. Would there also be a max pixel dimensions? I can’t see / don’t know what to look for?

The Panel says it can’t be uploaded, but it is being uploaded. I can select it in the Panel and I can see it in the Contents folder and it will display in the website. So that’s weird.

And the image should be cropped on upload, but it isn’t, it remains 6127 x 4085px. Other smaller images get cropped as expected.


Is this a bug?

Panel is uploading images it says can not be uploaded?

There could be several reasons for the issue, but it’s worth checking the post_max_size setting in your php.ini. The panel can definitely handle larger files.

Thanks. Now that I’m working on a subdomain the problem has gone away. But when working locally the Panel was uploading images it said it couldn’t upload. Bit odd…