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.
Hi, This is really puzzling. We've scanned some documents onto our server, and we're using the upload class to resize/rename/relocate the images. Our server is running XAMPP, on Windows XP. (Therefore I've ruled out CHMOD, was I right to?)
This has been absolutely fine for the past month or so, but we've moved the server and we're getting the following error message; Error in creating JPEG image from source.
I can't find any mention of where this error originates, or what it means. It's returning false on the $upload->processed() call.
Any information that you could give me would be great. Just an idea of where to start.
This is really puzzling.
We've scanned some documents onto our server, and we're using the upload class to resize/rename/relocate the images.
Our server is running XAMPP, on Windows XP. (Therefore I've ruled out CHMOD, was I right to?)
This has been absolutely fine for the past month or so, but we've moved the server and we're getting the following error message;
Error in creating JPEG image from source.
I can't find any mention of where this error originates, or what it means. It's returning false on the $upload->processed() call.
Any information that you could give me would be great. Just an idea of where to start.
Regards,
Michael