You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to load an image in base 64 (data:application/octet-stream;base64,/9j/4AAQSk....) format but I always get the Error: unknown protocol: data. I am getting a blob from the server which I convert to base64 to display in the app. Should I do something special with it to be able to get the size?
The text was updated successfully, but these errors were encountered:
I am trying to load an image in base 64 (
data:application/octet-stream;base64,/9j/4AAQSk....
) format but I always get theError: unknown protocol: data
. I am getting a blob from the server which I convert to base64 to display in the app. Should I do something special with it to be able to get the size?The text was updated successfully, but these errors were encountered: