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.
I am using this awesome class to my application, it resizes the users large image and it works well. Until I got some reports from them that upon uploading their image the page turns blank. I request them to send the original image to me. I tried it on my side, and I got the same blank page upon uploading, I try to increase the memory limit etc on my server but it was the same. How can we resize this kind of images. The image has a large dimension. Dimensions: 11501px(width) x 14883px(height) Size: 4.05 MB
I tried it on my side, and I got the same blank page upon uploading, I try to increase the memory limit etc on my server but it was the same. How can we resize this kind of images. The image has a large dimension.
Dimensions: 11501px(width) x 14883px(height)
Size: 4.05 MB
This is the code I am using: