FileInput component use base64 encoding/how to decode?

Hi @pradhumg , welcome to the community :hugs:

Check this out. They use atob to decode the file and create a blob.

Hope that helps.

1 Like