How can I import decoding base64? #3120
-
From frontend i will get base64 file to decode and import but i don't know how. |
Beta Was this translation helpful? Give feedback.
Answered by
patrickbrouwers
Apr 12, 2021
Replies: 1 comment 5 replies
-
Decode, store the file on a disk, and load from that disk. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Decode, store the file on a disk, and load from that disk.