XF 1.5 Some hotlinked images get uploaded when paste in post?

Then that's doing exactly what it is supposed to do.

You're copying the image, e.g. the actual image data onto the clipboard and when we detect that being pasted, we take that image data and upload the attachment:

upload_2017-7-1_20-54-45.webp

In Chrome, for example, you would click "Copy Image Address" instead, which would copy the URL.
 
Then that's doing exactly what it is supposed to do.

You're copying the image, e.g. the actual image data onto the clipboard and when we detect that being pasted, we take that image data and upload the attachment:

Hi Chris,

When I right-click and select "Copy Image" the pasted image will do two different things:

1) If I hover my cursor over one of these thumbs and copy the image, when pasted it becomes an attachment:

upload_2017-7-2_10-42-37.webp

2) If I isolate the image an use the "Copy Image", then paste it it becomes a hot linked image using the [ IMG ] tags.

upload_2017-7-2_10-45-25.webp

So the question is why does the same "Copy Image" command in my browser behave two different ways?
 
images


This one is not uploaded from the list.

https://www.google.co.uk/search?q=i...mevUAhWGbVAKHVy4BRoQ_AUICigB&biw=1024&bih=494

And this one is. Depends on the pixels, larger images copied are not uploaded.

upload_2017-7-2_20-13-23.webp
 
Top Bottom