-
tus-js-client/lib.es5/node/request.js
Does a require("http") even if the tus server url is a https://... and fails with a protocol not supported error
We have this requirement, because we must proxy…
-
Please remove Client/eahydra/tusclient(https://github.com/eahydra/tusclient)
I don't maintain the code.
-
### Problem description
On one of our environments I found a wrong offset calculation proposed by the GUI.
Prior to the reinstall, the environment was installed around 11-10 (did not log the package…
-
I am using the tus.io javascript client. That means that the tus server url is located in my Javascript. This means users know the upload url. This also means they know the download url and when using…
-
I've been searching through the documentation, but I didn't find anything about chunking and resuming of uploads. I'm asking, because I plan to use shrine with the [fineuploader](http://fineuploader.c…
-
I am implementing currently TUS server in Java and have one question about `OPTIONS` request example.
In the documentation stands "_The Client SHOULD NOT include the Tus-Resumable header in the reque…
nerro updated
8 years ago
-
First of all, thank you for sharing this with the world, it was very inspirational to dive into the source code.
But I'm curious, why does Rubytus use Goliath instead of a regular synchronous framewo…
janko updated
8 years ago
-
I read that [Vimeo is using](http://tech.eu/features/6672/transloadit-tus-protocol-vimeo/) the [tus](https://github.com/tus/tus-resumable-upload-protocol) protocol for resumable uploads. Is this some…
r-a-y updated
8 years ago
-
I'm confused. Streaming is in the 1.0 branch. There's a outstanding ticket for 1.0. Yet there's also 1.0 and apparently it's ready for use? http://tus.io/protocols/resumable-upload.html#status
Quite …
-
When using the concatenation extension, partial uploads should not have an offset, which also implies that they should be `PATCH`ed from offset 0 regardless of how many bytes have been received so far…