-
http://tus.io/protocols/resumable-upload.html has the protocol version 0.2.1 instead of 0.2.2.
-
Sickbeard found a download. SABnzbd completed the download. The files were moved to the final folder for TV shows. All well,... except for this error:
name-tv-show S03 BDRip XviD-SAiNTS
```
0…
-
This was fixed in your protocol (https://github.com/tus/tus-resumable-upload-protocol/pull/23) but has not propagated to the website yet.
-
I am trying to upload a file with the browse box popup.
Normally when webdriver has loaded firefox I type:
driver.FindElement(By.Id("IdOfUploadButton")).SendKeys("C:\Users\Danny\Desktop\myPicToUploa…
-
-
-
The file creation extension suggests an initial POST to create the file on the server:
```
POST /files HTTP/1.1
Host: tus.example.org
Content-Length: 0
Final-Length: 100
```
Any thoughts on allowing…
-
-
See @hintjens's comment here: https://github.com/tus/tus.io/issues/14#issuecomment-16504582