psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.5k stars 217 forks source link

PsiTransfer allows adding files to the upload after the upload is complete #240

Closed pavelzw closed 1 year ago

pavelzw commented 2 years ago

After an upload is complete, PsiTransfer still allows you to drag and drop other files. They are not uploaded, though.

Steps to reproduce:

  1. Upload a file to PsiTransfer
  2. In this window, drag and drop another file there image
  3. After that, it looks like this, the second file will not get uploaded image

Deactivating drag and drop on that page is the easiest way to fix this I suppose.

The same thing is also observable during the upload of the files because it is on the same site...