How do I send a Blob wav File to xano?

Hi everyone,

I need to send wav blob files from WeWeb over to Xano for storage and further processing.

Do I need to encode as Base64 first? And then pass the URL?

Nothing I’ll do will work and it’s getting frustrating.

Any help is super appreciated.

Hi @freffol :wave:

You can encode it as Base64. After encoding, you can use the “Create URL from Base64” action. This will give you a data URL that represents the encoded file. And then you can send the URL to Xano