-
**Describe the bug**
At https://github.com/tus/tus-js-client/blob/master/lib/node/fileReader.js, it's being checked that the provided data is a Buffer instance or a Readable stream, but it's not po…
-
**Is your feature request related to a problem? Please describe.**
In various use cases, I have encountered a challenge with multiple concurrent uploads initiated by the `tus-js-client` library. This…
-
Hello, first of all thank you very much for this amazing library and specification, it's very easy to use it and works well! I have found a bug while using this library in a Node.js context.
**Desc…
-
**Describe the bug**
Whenever I try upload a file I am getting "tus: invalid or missing Location header, originated from request".
Failed because: tus: invalid or missing Location header, originat…
-
**Technical Knowledge of User**
I'm new to using tusd and the tus-js-client, so I'll be happy if anybody can point out any problems in my setup for testing.
**Describe the bug**
While running tus…
-
## Discovered while working on #3159:
- [ ] speed improvement: For TUS uploads (and I believe form upload), we don't need to download file first, even if its size is unknown. I think those can both h…
mifi updated
6 months ago
-
Hi,
Not sure if I'm missing something. I tried a simple server:
`'use strict'
import {Server} from '@tus/server';
import {FileStore} from '@tus/file-store';
const host = '127.0.0.1'
con…
-
**Describe the bug**
Our website uses uppy with the tus plugin (which wraps tus-js-client) to give users the possibility to upload files. We experience now an error when a user opens the website in C…
-
**Describe the bug**
https://github.com/tus/tus-js-client/blob/14c3634e0ccd45973e90a3e460ca5e749f630107/lib/error.js#L5 `req`and `res` will be stored as a reference in `originalRequest` and `original…
-
The error `Requested data is before the reader's current offset` from https://github.com/tus/tus-js-client/blob/01d3948c1a0b96adee545af72cdaabc5c5e979b1/lib/browser/sources/StreamSource.js#L38-L39
…