`uppy.reset()` is sending a DELETE request, and it probably shouldn’t
See original GitHub issueHow can we redirect back to the Dashboard after the upload-success
event?
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
const - Uppy
upload() method to be called, before starting an upload. Setting this to autoProceed: true will start uploading automatically after the first file is...
Read more >Migration guides - Uppy
Remove reset() method. It's a duplicate of cancelAll , but with a less intention revealing name. To migrate: use cancelAll .
Read more >Dashboard - Uppy
Dashboard. @uppy/dashboard is a universal UI plugin for Uppy, offering several useful features: Drag and drop, paste, select from local disk / my...
Read more >Getting Started - Uppy
Uppy is a sleek and modular file uploader. It fetches files from local disk, Google Drive, Instagram, remote urls, cameras etc, and then...
Read more >Socket Programming in Python (Guide)
In this in-depth tutorial, you'll learn how to build a socket server and client with Python. By the end of this tutorial, you'll...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, gotcha.
uppy.reset()
should do it:Hi there, we’ve been going over all issues with the team again and are marking this one as a duplicate of #1164. We’ll be handling it there and happy to accept more feedback there, too.