-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
How can I remove base64 content when I upload image? #127
Comments
oh well. I have tested it now and I can't reproduce. |
Sorry to tell that I can't upload this is my server address http://115.28.82.133/example00-demo.html you can drop a file into content block and do a test. the truth is that it appeared twice, I don't know if I use it in a wrong case. I have downloaded project zip file, there are three file in |
@horan-geeker You wrote the
|
Sorry, It's my fault, thank u @toby1991 |
I think we can close this issue. |
@horan-geeker hi, I found if I remove the base64 content the preview of the picture will disappear. So how should I replace the base64 code? |
@wangchongchong1007 you need use addImageBlobHook in hooks section, and the page will only has a href without any base64 code. |
@2KLM |
First, thanks for your job!
Version
1.0.5
Test Environment
Mac Chrome
Current Behavior
I have use addImageBlobHook callback to upload image, but Base64 also insert into textarea
content like this, appear twice
Expected Behavior
only my code here
so, how can I remove base64 code when I upload a image?
The text was updated successfully, but these errors were encountered: