Upload file to Xano bypassing WeWeb CDN

Hello,

I need to upload files directly to Xano bypassing WeWeb’s CDN - basically because I need to upload files over 50mb.

It seems that there used to be documentation about this but it’s not accessible anymore.

(@Joyce this is the broken link I’m referring to, which is included in many older posts: https://docs.weweb.io/workflows/actions/file-upload.html#need-to-upload-a-file-directly-to-your-backend-bypassing-weweb-s-cdn-🤔)

Can anyone provide insight on how to achieve this?

Thank you very much in advance.

just encode the file as base64 in weweb and then use the file upload endpoint in xano

1 Like