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.
On a particular server this is not working for me.
When I upload a photo with resolution 4000 or more the uploader just stops working on 100%. if I removed all the $foo-> properties this works. But if I use $foo->image_resize for example it just does not execute ..
When I upload a photo with resolution 4000 or more the uploader just stops working on 100%. if I removed all the $foo-> properties this works. But if I use $foo->image_resize for example it just does not execute ..
Any idea why this is happening please?
You can also check this post.
Are you able to use a debugger such as xdebug to provide me with a stack trace?
Also, do you have a PHPinfo() somewhere? Which version of GD is on your server on which the upload fails?
As far as the client is happy - I am.
Thanks anyway for your help!