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.
more info about the class
See all posts See thread Reply
ini_set("gd.jpeg_ignore_warning", 1);
@ini_set("gd.jpeg_ignore_warning", 1);
Does it work for you if you add a @ before ini_set, like this:
Now, All OK.
Thanks