-
# Bug report
## Describe the bug
When uploading a file which is bigger than 5GB, on the Pro Plan with a global limit of 20GB the following error is returned:
```
Newtonsoft.Json.JsonReaderExce…
-
I am using this Library with React native I am uploading a video to Cloudflare and I am getting the video through react-native image picker. Some of the time the video gets uploaded and sometimes I ge…
-
Is there any command line client to upload a file to a tus server? Would be useful for testing implementations.
-
**Describe the bug**
When having the `uploadDataDuringCreation` option set to `true`, pausing and resuming an upload resets the upload to the latest successfully uploaded chunk. That's especially bad…
-
More of a "tutorial request", but it would be amazing if there was a [NextJS example](https://github.com/zeit/next.js/tree/master/examples) for Uppy.
I'm working through the Uppy docs (which are gr…
-
## 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 …
-
**Question**
I'm trying to create progress meter for file uploader and using TUS http hooks for that matter.
On my local machine's port 8000 there is a python app, where I receive hooks and update d…
-
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…
-
**Describe the bug**
I have a node service which uploads files to server. As per the documentation, I am using the filestream in tus client and a chunkSize defined is 300MB. Also, it retries 5 times …
-
In order to make the tus server less tightly coupled to Node.js, we can create runtime adapters which are consumed in the request handlers. This would allow tus to be ran on the edge, such as with Clo…