Image issue with SunOne 6.1
We have customers who upload company logos in various file formats. One of the logos was a .jpg file format but IE and Firefox would not display the image. We looked at several jpg files which all worked correctly. Finally, we looked at the jpg in a hex editor and determined that the file was a JFIF Adobe file vs a JFIF EXIF file.
Obviously we saved the file again as a jpg and the header info was changed. Is there something that I can place in the mime.types to correct this issue vs having to manually resaving the file to correct the header issue?
I've asked the customer what software they used to create this logo, hoping that will help us determine if this will be a more common thing.
I found on the net, image/x-raw, would this attribute work?
type=image/raw exts=adobe
Here is my current mime.types for images:
type=image/x-icon exts=ico
type=image/gifexts=gif
type=image/iefexts=ief
type=image/ifsexts=ifs
type=image/jpegexts=jpeg,jpg,jpe,jfif,pjpeg,pjp
type=image/pngexts=png
type=image/tiffexts=tiff,tif
type=image/vndexts=dwg,svf
type=image/wavelet exts=wi
type=image/bmpexts=bmp
Any help that could be provided would be greatly appreciated.

