-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload image only on trigger #45
Comments
@Th1nhNg0 You can use blobUrl. In order to do this, you have to set allowBase64 to false. Also, you don't need uploadFn. And when user submits the form, get the content of the editor, then collect all the image URLs and start uploading the images. After the images are successfully uploaded, replace the images with new URLs. |
@Aslam97 wow, this is what I'm looking for, thank you |
@Th1nhNg0 Note that |
@Th1nhNg0 If thats solve your problem, I will close this issue for now. feel free reopen the issue. |
Hey, I want to add image to the editor but only upload to my server when I click save, how can i do that?
The text was updated successfully, but these errors were encountered: