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.
Hello, there is no problem here with directory permission as mentoned in FAQ but files permission. I haved a same problem "No JPEG create support" and directory was set to 777. I have had file (image) inside that folder that class.upload was overwriting and that image didn't have the right permissions. Image was chmod 644 but not apache (www-data) user and class.upload did not have privileges to overwrite it and returned "No JPEG create support" error. And, simple and logic error but i have spend hours trying to figure this why.. (was thinking that something else was wrong) :) hope this helpsReply
I haved a same problem "No JPEG create support" and directory was set to 777. I have had file (image) inside that folder that class.upload was overwriting and that image didn't have the right permissions.
Image was chmod 644 but not apache (www-data) user and class.upload did not have privileges to overwrite it and returned "No JPEG create support" error.
And, simple and logic error but i have spend hours trying to figure this why.. (was thinking that something else was wrong) :) hope this helps