how to save following data uri to phone storage as png image? i have this string.
data:image/png;base64,iVBORw0KGgoAAA
ANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4
//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU
5ErkJggg==
how to save following data uri to phone storage as png image? i have this string.
data:image/png;base64,iVBORw0KGgoAAA
ANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4
//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU
5ErkJggg==
Use a extension to convert base64 to image. The Base64 String should be
, the whole String after ;base64,
Extension like https://community.thunkable.com/t/image-to-base64-extension/4642/7 is an good option
thanks for answer. but when i gave it a try nothing shows in image components
help would be appreciated. thankx