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 looked up the gd section, and JPG Support enabled is just missing. So I guess thats the problem.. :'( Since its not my server im running my website on, I can't change it.
phpinfo says :
In the PHP info, you should have in the section GD, in the table underneath, the following line:
Also, is the destination directory writable? Try to chmod it to 777 during the tests.
JPG Support enabled is just missing.
So I guess thats the problem.. :'(
Since its not my server im running my website on, I can't change it.
Tnx for help :)