saf*_*lmj 7 ruby-on-rails internet-explorer-8 paperclip-validation
我正在使用paperclip在我的应用中上传图片.验证我是:
validates_attachment_content_type :image, :content_type => ['image/jpg','image/jpeg', 'image/png', 'image/tiff', 'image/gif']
Run Code Online (Sandbox Code Playgroud)
一切都适用于firefox,chorme和IE9.但在IE8中,我收到一个错误 - " 照片图像内容类型无效格式!!! "
任何解决方案或线索都非常感谢.
ash*_*ai_ 12
说它需要image/pjpeg内容类型的额外图像格式,即:content_type => ['image/pjpeg']
以下将有所帮助.
http://blog.siyelo.com/tip-of-the-day-mime-types-for-paperclip-ie8
| 归档时间: |
|
| 查看次数: |
1515 次 |
| 最近记录: |