tus-js-client icon indicating copy to clipboard operation
tus-js-client copied to clipboard

A pure JavaScript client for the tus resumable upload protocol

Results 67 tus-js-client issues
Sort by recently updated
recently updated
newest added

**Question** Good day! I was facing this error while i was attempting to upload an image and store it to local filestore. ``` Error: tus: unexpected response while uploading chunk,...

question

**Is your feature request related to a problem? Please describe.** Following PR #660, uploading files from a Web Worker has been a breeze. However, resuming an interrupted upload is no...

enhancement

When `start()` is called another time while the upload is already running, it will cause two or more uploads for the same file to be running at the same time....

bug

The Karma test runner is deprecated and no longer maintained: https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes Recommended replacements are: - [Web Test Runner](https://modern-web.dev/docs/test-runner/overview/), which also provides an integration with [BrowserStack](https://modern-web.dev/docs/test-runner/browser-launchers/browserstack/) and [Jasmine](https://github.com/blueprintui/web-test-runner-jasmine) - [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser-runner), which...

enhancement

**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 issue...

enhancement

tus-js-client doesn't upload file larger than 100Mb for Android. I've got next error - "Failed to upload because: Error: tus: cannot fetch file.uri as Blob, make sure the uri is...

bug
react-native

This patch provides a first, rough support for the new, upcoming resumable uploads draft. Details of its specification are currently available at https://datatracker.ietf.org/doc/draft-ietf-httpbis-resumable-upload/01/. With this PR we can gain first...

**Is your feature request related to a problem? Please describe.** In our project we mostly use [Axios](https://axios-http.com/) for making HTTP queries, with some default settings configured globally (e.g. default HTTP...

enhancement

## Problem When using the `pre-finish` hook from tusd or the `onUploadFinish` hook from tus-node-server, which both allow an error to be returned and send to the client, will still...

bug

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 is triggered when the following conditions are met jointly: * `new Upload(new ReadableStream(...))` is used * `chunkSize` is...

bug