I have a very strange problem with an thumbnail image, which generates from an uploaded PDF via paperclip in a rails app. The uploaded files are stored on Amazon S3. Paperclip generates a thumbnail ima开发者_运维知识库ge of the first page of the uploaded pdf. This works fine and the thumb image can be viewed in all browsers, except IE8. Here you only see an X
Here is the url of one sample generated thumbnail (https://s3.amazonaws.com/production.harold-scholz.de/pictures/70/Sonderdruck BWI 11-04-original-thumb.jpg).
Does anyone have a clue?
Perhaps something to do with the spaces in the web address? Have you tried removing them and seeing if this resolves the issue?
精彩评论