mcguffin / the-paste

Paste Images in WordPress from many applications and upload them to the media library.
https://wordpress.org/plugins/the-paste/
GNU General Public License v3.0
40 stars 11 forks source link

when uploading images, some will remain as BASE64 #39

Closed oferlaor closed 1 year ago

oferlaor commented 1 year ago

I upload an image, but when I randomly check, a few images sometimes are left as base64 in the post content instead.

This can be a big problem as it shows up on RSS feeds and other locations.

If upload fails, it should indicate this or remove the image but not keep it as BASE64

mcguffin commented 1 year ago

Small images are keep as Base64, bigger ones get uploaded. To upload all images, enable this button in classic editor:

grafik
oferlaor commented 1 year ago

I do. The problem is some occasionally are not. Is there a config that doesn’t allow users to turn the upload off. I think maybe it’s a communication issue or that some of my blog writers clicked on the button without noticing. Best regards,Ofer LaOrOn 23 Sep 2023, at 14:17, Jörn Lund @.***> wrote: Small images are keep as Base64, bigger ones get uploaded. To upload all images, enable this button in classic editor:

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

mcguffin commented 1 year ago

In Version 2 data URI images are optional (in your user profile) and disabled by default.

oferlaor commented 1 year ago

It should be controlled on admin or plugin level, I think.

Is version 2 available?