Can I Save the File as base64? #11
Unanswered
youna12345
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Request:
I want to be able to save the file as base64 so I can send it via api immediately
Does your current Android package support it?
Answer
Yes, it is supported. You can use the saveAs method to save the file to the path you specify, and through the file path you can convert the file to base64 for data transfer by yourself.
You can refer to the following sample code:
Beta Was this translation helpful? Give feedback.
All reactions