Why does IE7 specify a mime-type of image/pjpeg rather than just image/jpeg?

后端 未结 4 703
夕颜
夕颜 2021-01-31 14:00

When uploading a file (jpeg) via a form in IE7 I am seeing a mime-type of \"image/pjpeg\" instead of \"image/jpeg\" (as I see in Firefox or similar). It\'s easy enough to work

4条回答
  •  渐次进展
    2021-01-31 14:35

    I believe it's because the JPEG you're working with is a progressive JPEG, which has a different mime-type.

提交回复
热议问题