gpt4 book ai didi

ruby-on-rails - 回形针照片上传在 IE8 中失败

转载 作者:行者123 更新时间:2023-12-04 07:38:08 24 4
gpt4 key购买 nike

我正在使用回形针在我的应用程序中上传图像。我的验证是:

 validates_attachment_content_type :image, :content_type => ['image/jpg','image/jpeg', 'image/png', 'image/tiff', 'image/gif']

在 Firefox、chorme 和 IE9 中一切正常。但在 IE8 ,我收到一个错误 -
“照片图像内容类型格式无效!!!”

非常感谢任何解决方案或线索。

最佳答案

说它需要额外的图像格式 image/pjpeg在内容类型中,即 :content_type => ['image/pjpeg']
下面肯定会有所帮助。

http://blog.joshsoftware.com/2010/11/26/paperclip-validates_attachment_content_type-always-fails-in-ie-6-and-7-for-jepg-and-png-image/

http://blog.siyelo.com/tip-of-the-day-mime-types-for-paperclip-ie8

关于ruby-on-rails - 回形针照片上传在 IE8 中失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6488437/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com