How to handle blob URLs #2222
Unanswered
CoreySafetyIndicators
asked this question in
Web
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with the flutter_quill_extentions to allow users to insert images into the QuillEditor. I am running into issues when using web. A user is able to select an image from the machine and it will appear fine inside of the QuillEditor, but the URL is a blob. I am attempting to intercept the file, upload it to our server and then replace the url with our hosted one. So that the image can be viewable by others. Below is an example of my code. The problem that I am facing is that I have no information about the file that was selected, such as name or mine type. Does anyone have any ideas how to get this information?
Beta Was this translation helpful? Give feedback.
All reactions