class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
with above code i am able to upload from other android mobile devices with different dimensional (3968 × 2976) images ,but specifically unable to upload big images with dimension 3024 x 4032 from i phone x and one plus 5Reply
Re: Unable to resize with apple i phone x and one plus five new!
but on the same time images normally uploading from different resources with mentioned dimensions. (3968 × 2976) one more thing after trimming images from i phone x uploaded successfully.Reply
Re: Unable to resize with apple i phone x and one plus five new!
$handle->image_x = 1170;
$handle->image_ratio_y = true;
$handle->image_no_enlarging = true;
And also, please copy here the logs produced by the class, I cannot do anything without the logs.
one more thing after trimming images from i phone x uploaded successfully.