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 ?