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 noticed a problem with uploading large images. First I though it had something to do with high res but after conducting some experiments It appears that the script handles well anything whether it's 72dpi or 300dpi. I increased the image to be at least 1500 px wide and it worked, but when I scaled it to 2000 px it just stops working. IT IS NOT SIZE limit in terms of file size. I increased it to 10Mb and the test file was only 146 Kb.
I had this problem reported by users trying to upload print quality images that when viewed via browser scale to huge dimentions.
I had this problem reported by users trying to upload print quality images that when viewed via browser scale to huge dimentions.
I'm a bit at a loss here.