Partial fix Posting image fails

Hornstar

Well-known member
1. On iPhone 5 iOS 6.1.4 in safari go to google and do an image search.
image.webp

2. Click on image and hold down finger and press copy.
image.webp

3. Now go to XF and in the editor hold your finger down and press paste. I will do that now.
imagejpeg


4. Right now I can see a perfect picture pasted into the editor. This is what I am seeing right now:
image.webp

5. Click create thread. Expected result: your picture should display. Instead The picture ends up having an invalid link and a blank white square shows instead.
image.webp
 
There's no way to make the image display (as it's submitted) - it's actually a "webkit-fake-url" and thus will only display locally. We can only strip the image out (which we do with data: images).
 
There's really no relation there, but it's an embedded image - nothing that we really have control over.
 
Top Bottom