Hey there,
I can record with the mic, and play back the audio. Now I want to upload that to an API. I can upload the blob:URL path which gives me something like this: blob:https://app.flutterflow.io/a14bdbe2-955c-4ac5-9908-395759902183
What I'd like to do is actually send it to POST REST API that we then save in our database. The API takes a string (title of file), and file (the acutally binary data of the audio file).
Can anyone help?
Best!
Richard