-
**Describe the bug**
The larger a file, the more upload resources are requested by the server for the upload via POST with the TUS protocol. As a result, the size of the Upload-Concat header grows pr…
-
We will implement the TUS resumable upload protocol: https://github.com/tus/tusd.
Which allow us to transfer data more reliably, and allow transferring large sizes.
-
### Is your feature request related to a problem? Please describe.
Many reverse proxies, tunnels and even some managed hosting services impose limits on the client request body size. For example, Clo…
-
R&D tus protocol
-
Hello,
Currently I successfully could create task and upload annotations using REST, but I needed to upload some COCO format annotations too. Firstly I tried to upload annotations using REST follow…
-
Like javascript-based clients, let's use the tus.io protocol for the client-py.
It has the following advantages:
* All the advantages of tus.io protocol such as resuming uploads
* More accurate pro…
-
It would be better if Chunked Upload strategy is used instead of WebSockets streaming.
WebSocket approach currently used has many problems.
Chunked Upload strategy uses raw HTTP protocol it benefi…
-
Regarding topic from readme
Reliable connection/ Auto send accumulated offline messages when network resume (WIP)
Maybe its worth to have a look into the tus protocol standard if there are any fur…
-
Hi!
Thanks for an awesome package.
When I'm using the TUS protocol I get the following error:
Unhandled Exception: PathNotFoundException: Cannot open file,
The upload starts, but then throws …
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce
1…