1, I got the address of the local picture on my phone through imagepicker. How can I get its base64 code?
the json structure of the image address is as follows:
"height": 218,
"url": "content://media/external/images/media/2522",
"width": 341,
Thank you!