-
**What would you like to be added**:
`ocm transfer`, especially when dealing with product components and large images, currently needs to be started from scratch in case the transfer is interrupted. T…
-
Hello, I just stumbled across TUS today, and I think it's awesome! Thanks for working on this.
I'd like to use this for my company's uploads, but the server does some post processing after uploadin…
-
We use the TUS protocol to upload files from Android devices to the server.
The first HEAD or POST request is processed normally, but the second PATCH request is processed with the error "Unexpected:…
-
I recently came across http://tus.io/, a protocol specification for 'Resumable File Uploads'.
The [team](https://github.com/tus) already build a [jQuery plugin](https://github.com/tus/tus-jquery-clien…
-
## Steps to reproduce
Steps to reproduce the behavior:
1. create two users `uu1` and `uu2`
2. create a folder `simple-folder` using `uu1`
3. share `simple-folder` with user `uu2` using user `u…
-
I'm using TUSKit with [Supabase storage](https://supabase.com/docs/guides/storage/uploads#resumable-upload) (an S3 wrapper), and for the most part it's working fine except the case where I try to uplo…
-
tusd does currently not support the [Expiration](https://tus.io/protocols/resumable-upload.html#expiration) extension and people have to rely on custom scripts or provider-specific approaches to clean…
-
## Type of issue
feature request
## Uploader type
traditional
## Feature request details
### Detailed description of the feature
I'm considering using this library for a project of my own, but one …
-
* django-tus version: 0.1.0
* Django version: 1.11.3
* Python version: 3.5 64bit
* Operating System: Ubuntu 16.04
I'm trying to use your module with my Django and Uppy like the frontend uploader…
-
### Problem
Motivation is similar to one described here for filebrowser.
https://github.com/filebrowser/filebrowser/discussions/1182
In my case, I rely on cloudflare and this imposes strict 100…