MIMEtypes“image / jpg”是否与“image / jpeg”相同?
很简单的问题,但似乎无法find任何地方在线。 我试图做一个程序,根据文件types将给我的扩展名。
不, image/jpg
与image/jpeg
,只有image/jpeg
被识别为JPEG文件的实际MIMEtypes。
请参阅https://tools.ietf.org/html/rfc3745,https://www.w3.org/Graphics/JPEG/ 。
将不正确的内容types的image/jpg
给IE可能会导致问题,请参阅http://www.bennadel.com/blog/2609-internet-explorer-aborts-images-with-the-wrong-mime-type.htm 。