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, I encountered same error and JPEG support was enabled, the problem was with files permission. Directory was set to 777 but 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. hope this helpsReply
Directory was set to 777 but 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.
hope this helps