In single file select mode, if a selected file is removed, user is not able to select it again immediately #1163

Open
opened 2020-11-04 23:32:22 +00:00 by jeffli · 1 comment
jeffli commented 2020-11-04 23:32:22 +00:00 (Migrated from github.com)

Issue can be reproduced in this demo page, https://valor-software.com/ng2-file-upload/

  1. select a file in 'Single' file selected mode, the file shows up in the "Upload queue" in the right section
  2. click the "Remove" button, the file disappears from the "Upload queue", but notice next to the "Choose File" button, that file name remains there
  3. click the "Choose File" button to try to select the same file again, and it's not selectable, the file doesn't appear in the "Upload queue"

The bug is if a file is removed from "Upload queue" in Single file selected mode, user won't be able to select that same file again immediately. The work around is to select a different file, then remove it, then user is able to select the original file again.

Issue can be reproduced in this demo page, https://valor-software.com/ng2-file-upload/ 1. select a file in 'Single' file selected mode, the file shows up in the "Upload queue" in the right section 2. click the "Remove" button, the file disappears from the "Upload queue", but notice next to the "Choose File" button, that file name remains there 3. click the "Choose File" button to try to select the same file again, and it's not selectable, the file doesn't appear in the "Upload queue" The bug is if a file is removed from "Upload queue" in Single file selected mode, user won't be able to select that same file again immediately. The work around is to select a different file, then remove it, then user is able to select the original file again.
jhonatasFelipe commented 2021-09-01 12:55:52 +00:00 (Migrated from github.com)

I have this problem too

I have this problem too
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dc/ng2-file-upload#1163