I am working on a feature where you can modify or upload a new template.
Uploading a new template is straightforward and documented well in WeWeb, but programmatically uploading a data stream to Xano is not working, here is what I am doing:
I am getting a base64 binary stream of a docx file returned from a Xano Request and now I need to upload it to a different Xano Endpoint, but I am not able to get it to work, I’m able to download the file/binary stream locally easily but I’m not able to programmatically add it to the request and upload it,
I tried that section but it didn’t help, I found a way of uploading the document via a custom js function which makes an xhr request, which is exactly what the Xano request should have been doing all along but whenever I try passing the same object to the Xano request all I get is: