You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to register a callback function to be called after an image is converted to base64 encoding when the
uploader option insertImageAsBase64URI is set to true:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to be able to register a callback function to be called after an image is converted to base64 encoding when the
uploader option insertImageAsBase64URI is set to true:
const editor = Jodit.make('#' + targetTextAreaId , { uploader: { insertImageAsBase64URI: true, imagesExtensions: [ "jpg", "png", ...
I also want the original image filename - how can I get this? Thanks so much for any help!
Beta Was this translation helpful? Give feedback.
All reactions