storage icon indicating copy to clipboard operation
storage copied to clipboard

add tus - open protocol for resumable uploads

Open wiemann opened this issue 4 years ago • 2 comments

In order to successfully upload large files, resuming paused/interrupted uploads is usually a requirement.

Do you plan on supporting something like tus ? https://tus.io/

wiemann avatar Nov 05 '21 12:11 wiemann

Should be possible with:

Ah... nevermind:

tus is a new open protocol for resumable uploads built on HTTP. This is the tus protocol 1.0.0 node.js server implementation.

Attention: We currently lack the resources to properly maintain tus-node-server.

millette avatar Feb 01 '22 22:02 millette

…been investigating a fastify implementation.

ended up with something like https://github.com/tus/tus-node-server/issues/241

mashpie avatar May 03 '22 19:05 mashpie

This has now been implemented in v0.35.0

fenos avatar Apr 05 '23 15:04 fenos