In single file select mode, if a selected file is removed, user is not able to select it again immediately #1163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue can be reproduced in this demo page, https://valor-software.com/ng2-file-upload/
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.
I have this problem too