server
server copied to clipboard
[BUG]: New UI: uploading two files not working
Version Information
master
Hashcat
No response
Description
- First upload one file, this correctly works
- NExt upload a second file, this returns an error:
In the dev console you'll see that the post call will be made before the actual upload is completed:
On the last screenshot you can see that the importFile call is made after the post to files. So the upload is not completed yet, but the call to import the file is already done.
Still on progress. I found more bugs inside the bug but currently I just need to fix the last issue where tus client keeps the values of the previous uploaded value and tries to upload to upload it again.
Fixed in 0.14.2