This commit is contained in:
Felix Geisendörfer 2013-03-17 00:49:13 +01:00
parent 842e6c08a7
commit ac31ce1bcc
1 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,7 @@ Sounds interesting? Get notified when it's ready: http://tus.io/
The goal for this code base is to come up with a good and simple solution for The goal for this code base is to come up with a good and simple solution for
resumable file uploads over http. resumable file uploads over http.
* Defining a good http API * Defining a good http API (in progress)
* Implementing a minimal / robust server for it * Implementing a minimal / robust server for it
* Creating an HTML5 client * Creating an HTML5 client
* Setting up an online demo * Setting up an online demo
@ -84,15 +84,12 @@ upload:
``` ```
{ {
"id": "123d3ebc995732b2", "id": "123d3ebc995732b2",
"url": "http://tus.example.com/files/123d3ebc995732b2",
"received": 0, "received": 0,
"size": 0, "size": 0,
"parts": [] "parts": []
} }
``` ```
@TODO Document resume operation
## License ## License
This project is licensed under the AGPL v3. This project is licensed under the AGPL v3.