https://stackoverflow.com/questions/33692835/is-the-mime-type-image-jpg-the-same-as-image-jpeg

No, image/jpg is not the same as image/jpeg, only image/jpeg is recognised as the actual mime type for JPEG files.

See https://tools.ietf.org/html/rfc3745, https://www.w3.org/Graphics/JPEG/ .

Serving the incorrect Content-Type of image/jpg to IE can cause issues, see http://www.bennadel.com/blog/2609-internet-explorer-aborts-images-with-the-wrong-mime-type.htm.

最新文章

  1. C#函数与SQL储存过程
  2. MySQL的相关概念介绍
  3. 用Swift重写公司OC项目(Day2)--创建OC与Swift的桥接文件,进而调用OC类库
  4. Matlab验证公式取值范围
  5. XCODE 出现 The operation couldn't be completed.(LaunchServicesError error 0.)错误修复
  6. 拿到内存中dom元素的最后样式进行修改obj下的currentStyle方法
  7. apache开源项目--ibatis
  8. oracle sql语句
  9. Table 控件各元素及属性
  10. C#之FileInfo的简单操作
  11. nodejs开发辅助工具nodemon
  12. spring boot 添加拦截器的简单实例(springBoot 2.x版本,添加拦截器,静态资源不可访问解决方法)
  13. 一个Monkey测试的小坑
  14. vue项目中主要文件的加载顺序(index.html、App.vue、main.js)
  15. Chart:Grafana
  16. React 表单控件onSubmit
  17. zabbix安装及简单配置
  18. python常用内建模块--collections
  19. maven 打包报错(增加调试信息)
  20. JDBC:随机生成车牌号,批量插入数据库

热门文章

  1. Oracle SQL 异常处理
  2. 01-JAVA语言基础——课程作业1—编写一个程序,此程序从命令行接收多个数字,求和之后输出结果。
  3. 虚拟 DOM 到底是什么?
  4. 实验吧-密码学-他的情书(进一步了解js代码调试和console.log)
  5. C# NPOI的数据批量导入数据库
  6. 【剑指Offer】面试题12. 矩阵中的路径
  7. Ubantu学习笔记3
  8. 部署Ambari Server实战案例
  9. HDU - 3068 最长回文(manacher算法)
  10. 如何下载Github的工程到本地,完成修改并提交