Hi,
I’m not really familiar with the implications of mime-types, but today I found out that the function get_mime_by_extension() doesn’t work with uppercase file extensions. So for now, I first use strtolower() on the filename, which works fine off course.
However I can imagine it would be useful if get_mime_by_extension() would be case insensitive.
Hope that helps. Please correct me if I’m wrong on this topic, though.
Cheers, Michiel
