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 Reply
ini_set("gd.jpeg_ignore_warning", 1);
@ini_set("gd.jpeg_ignore_warning", 1);
Warning: ini_set() has been disabled for security reasons in /home/intersan/public_html/adm/fun/class.upload.php on line 3195
What's the problem?
Thanks
Does it work for you if you add a @ before ini_set, like this:
Now, All OK.
Thanks