0

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?

Ehsan Shekari
  • 876
  • 2
  • 10
  • 19

1 Answers1

0

I received this answer from project's Github

Ehsan Shekari
  • 876
  • 2
  • 10
  • 19