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.
first of all .. this is a great work. i love it. i am trying to use the class and it seems to work great but i meet a problem when i am testing it with the JPG format. The images i am trying to upload are from my personal camera and have the extension .JPG(uppercase).Can you please help me with this problem. the code i use is
if ($handle->uploaded) { $handle->image_convert = 'jpg'; $handle->jpeg_quality = 80; $handle->file_max_size = '40000000'; }