I am using the latest version of easy-thumbnails and it is working great except that when a user tries to upload an image with an uppercase extension e.g. image.JPG, no thumbnail gets generated. I have confirmed that my simply changing the JPG to jpg, all works well. How can I get this fixed please?
Update
As a temporary workaround, I have written a rename function on the model changing the extention to lowercase.