I know there are more image types than what I've found but I can't find them anywhere. Here's what I have so far. I want to allow all image file types that can be displayed using the img tag. I remember there being a weird one for jpegs in IE or something. Does anyone know of the type I'm talking about or know where I can find a list of them?
e.g. .png .jpeg .jpg and .gif
"image/gif"
"image/jpeg"
"image/png"