Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TUS: Terminate uploads when cancelled and server supports termination #1544

Closed
SteffenDE opened this issue May 11, 2019 · 1 comment · Fixed by #1909
Closed

TUS: Terminate uploads when cancelled and server supports termination #1544

SteffenDE opened this issue May 11, 2019 · 1 comment · Fixed by #1909
Assignees
Labels
Feature Tus Resumable file uploading vis tus.io and Uppy Tus plugin

Comments

@SteffenDE
Copy link

When cancelling a large file upload using uppy and Tus, the upload should be terminated on the Tus server if it supports the termination extension.

@goto-bus-stop goto-bus-stop added Tus Resumable file uploading vis tus.io and Uppy Tus plugin and removed Triage labels May 13, 2019
@goto-bus-stop
Copy link
Contributor

I think we should do this after implementing a .terminate() method or similar in tus-js-client: tus/tus-js-client#135

Per the issue, it's technically possible to just manually send a DELETE in Uppy, but other users of tus-js-client would also benefit from having a method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Tus Resumable file uploading vis tus.io and Uppy Tus plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants