appflowy-editor
appflowy-editor copied to clipboard
[Question] When can we expect the image upload code go live with the present package?
Description
Hey, Hi
Was waiting for the local image upload code to be featured in the new update. When can we expect this to happen? Thanks!
Impact
Local Image Uploading featue
Additional Context
Also I cant see the image upload through link button in mobile yet, Is there any thing I am missing?? It could be helpful
Hey, @Chandu-bs. We have not yet introduced this feature to mobile; it is currently only supported on the desktop platform.
How can we access the web image, where I was getting an error.
Error: On web `path` is always `null`,
You should access `bytes` property instead,
Can we change implementation for web?
How can we access the web image, where I was getting an error.
Error: On web `path` is always `null`, You should access `bytes` property instead,
Can we change implementation for web?
Was this error raised on the web platform?
Yes.. I think we should convert path to bytes for web and change widget image.memory.. Will try this and update
If it's for the web platform, another option is that we can use base64 to save the image.
Would like to know more about this. So converting the selected image file from web and converting it to base64 image for both displaying and saving?
Would like to know more about this. So converting the selected image file from web and converting it to base64 image for both displaying and saving?
Yes. However, I'm not sure if it's a good solution because it will exceed the expected document size.
Yes. Wanted to say that only, storing base64 image could increase the document size and more the images in editor, more the size
Hey @LucasXu0 , I can't upload the web link image through pasting the URL in the textfield, is there any thing I was missing, could you explain what could be done!
Thanks!
I assume it's related to this issue.https://github.com/flutter/flutter/issues/129161