IE8中的回形针照片上传失败

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中,我收到一个错误 - " 照片图像内容类型无效格式!!! "

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