How can I encode images and text to Base64 with M5Flow?
-
Hi, Dear.
Please help me a little.
How can I encode images and text to Base64 with M5Flow?
Json etc. are prepared, but there is no Base64, so I don't know how to do it. -
try to play and modify this code
https://drive.google.com/file/d/1gUraVk-4tm7ZL8v7l6njna8YWjaPrOJA/view?usp=drivesdk
you must interest a functions:
binascii.a2b_base64() #ascii to bin
binascii.b2a_base64() #bin to ascii -
@robalstona
Thank you very much.
I was able to execute it :)