Current toast editor use base64 image blob when an image is inserted with the image button in the toolbar.
Is there a way to call a custom callback function for the image button that uploads the image blob to my server and give back a real url of the uploaded image instead of the huge base64 image blob?
sure. that's a common use case for images.
Thank you, I had the same question.
Most helpful comment
sure. that's a common use case for images.