How to connect two tus severs

191 views Asked by At

I want to upload a file with resume capability to Cloudflare (tus enabled API). I cannot upload a file directly from the browser to Cloudflare because the credentials should not be visible. So, I have to use tus-node-server as an express middleware on the back-end.

I do not want to upload the file completely on my own server and after that start uploading the file to Cloudflare. Is there a way to pipe the tus-node-server middleware to Cloudflare upload API?

1

There are 1 answers

0
Ehsan Shekari On BEST ANSWER