Here's another one. Your image uploader is filtering the file types that it allows the user to upload. One problem though is that it matches the extention case sensitively. So when I upload IMAGE1.JPG, I get a invalid file type error message. So for those of you who don't want to go and edit...