-
I'm getting errors when I run the test. I'm using sbt 0.13.8. Printout below. I get the same errors when I re-start. Are there any steps required that aren't listed in the README or am I missing somet…
-
If writing an application that is able to upload to many different servers, the application will need to check if the remote server supports this protocol. Therefore, I suggest the following protocol …
-
This issue is to define section "6.4. Metadata" of the protocol, i.e. how to provide additional meta information when uploading files.
I'm going to start with my use case. I think I need metadata to …
-
see discussion here: http://www.tus.io/protocols/resumable-upload.html#comment-865108402
-
Running the example with our server setup `tus.io` compliant and we are receiving
` Finished upload to PATH/videos/uploads/15/ for fingerprint assets-library://asset/asset.mp4?id=30C691FA-5866-4498-8…
-
This is a continuation of a discussion from issue #14. I created a new issue because it's a completely different subject. But you should read the posts there too.
The topic here is: should the protoc…
-
EDIT: Found a simpler use case ->
``` Console
irb(main):025:0> error(:message => 'reporting error')
```
When find can't find an element, nothing happens.
In IRB:
``` Console
irb(main):009:0> brows…
sjieg updated
9 years ago
-
I think it would be useful if the protocol describes how clients should automatically retry a few times during XX seconds. If this behavior is implemented consistently across all clients, it's becomes…
-
Just a vague idea I'm throwing out here:
Should there be some mechanism for verifying the upload contents somewhere in the process? e.g supplying a md5 hash of the file when responding to a `HEAD` re…
-
Today at work we've found a corner case when the client knows it was uploading something, but is unable to resume that.
Should TUS specify a way to gracefully abort an upload session? Of course it ca…