server icon indicating copy to clipboard operation
server copied to clipboard

[BUG]: New UI: uploading two files not working

Open zyronix opened this issue 2 years ago • 1 comments

Version Information

master

Hashcat

No response

Description

  1. First upload one file, this correctly works
  2. 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: image

image

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.

zyronix avatar Aug 30 '23 09:08 zyronix

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.

xbenyx avatar Sep 06 '23 07:09 xbenyx

Fixed in 0.14.2

zyronix avatar Mar 27 '24 10:03 zyronix