-
**Question**
How can I implement parallel uploading of a large file in Android?
I have read the article(https://tus.io/protocols/resumable-upload#concatenation), but I'm not sure how to add this h…
-
Uploads aren't POST requests, but it's uploading the file in different chunks.
This way the upload can be resumed if the internet connection breaks.
We have to come up with a concept in the backen…
-
> [Tus.io](https://tus.io/demo.html) is the open protocol for resumable file uploads built on HTTP. It specifies the behaviour and communication required between client and the server during file uplo…
-
The purpose of this ticket is to summarize the way all clients can and should use TUS to upload big files to oCIS for the MVP/GA version of oCIS. This is a cross-component topic between oCIS and all c…
-
### Short description of the enhancement
Currenly I'm working on a project, where the customer wanted to host videos without an external platform like Vimeo or Youtube. An issue I needed to overcom…
-
Why tus_client?
Use pure dart to implement tus flutter client, which is very useful for flutter developers.
https://github.com/jjmutumi/tus_client
Why not tus-flutter-client?
tus-flutter-clien…
-
Add tus feature and version to https://cs3org.github.io/cs3apis/#cs3.storage.registry.v1beta1.ProviderInfo
To properly handle [crappy proxies] we also need to be able to return the chunk size: http…
-
As documented in https://github.com/tus/tus-js-client/blob/main/docs/api.md#urlstorage, it should be possible to instead of disabling this bit of `tusd` functionality, just provide a little module tha…
-
### Initial checklist
- [X] I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/c/tus/6)
- [X] I searched [issues](https:/…
-
tus 1.0 is just around the corner. I would be pleased to see this implementation being updated to support the next version. Most updates are outside the core so only minimal changes are required to ma…