Function: mimedetect_mime
Line: 207
Issue: We need to accept case insensitive extensions: AVI, Avi, avi
Fix: $extension = strtolower(array_pop($parts));

That should do it.

Comments

drewish’s picture

Status: Active » Closed (duplicate)

whoops, sorry didn't see this and committed #434200: Handle uppercase extensions correctly instead.