开发者

image/pjpeg and image/jpeg

开发者 https://www.devze.com 2023-02-14 03:49 出处:网络
Do you开发者_如何学Go know if I can send to browser the MIME type image/jpeg even if the image I am outputting is image/Pjpeg? Or are they different format?I believe most browsers wouldn\'t mind, exce

Do you开发者_如何学Go know if I can send to browser the MIME type image/jpeg even if the image I am outputting is image/Pjpeg? Or are they different format?


I believe most browsers wouldn't mind, except Internet Explorer which treats pjpeg files differently.

According to this conversation, you should accept both image/pjpeg and image/jpeg from your clients as upload mime types, but force the image/jpeg when serving downloads.

0

精彩评论

暂无评论...
验证码 换一张
取 消