#File blob url to base64

1 messages · Page 1 of 1 (latest)

stray cobalt
#

Hello,

In my project, i have audio's files who need to be post on supabase. i need to use arraybuffer file to upload audio's on supabase.
When i pick an audio (> 5 mb), the filepicker data (filepicker.files[0].data) is a String blob url. i need to create a base 64 string from this blob url.
How can i extract file from this blob url who Appsmith give me ?

prime gladeBOT
#

Hey There,

We've registered your query, and our team will get back to you soon.

Regards,
Pranav

prime gladeBOT
stray cobalt
#

i already tried this solution but it doesn't work ...
reader.readAsDataUrl take a type Blob but data in filepicker is just a blob url string ...

stray cobalt
#

same with the fetch solution because blob url string is not a link

stray cobalt
#

is there a solution ?