You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is a bug report and questions should be posted in the Community Forum
I searched issues and couldn’t find anything (or linked relevant results below)
Link to runnable example
No response
Steps to reproduce
Open a project or application that uses the Uppy.io uploader on a Windows machine.
Add a file to the uploader by selecting it from your file system.
Once the file is added to the uploader, click and drag the file from the uploader interface itself.
Drop the dragged file back into the uploader interface.
Observe the behavior: the same file is re-added to the uploader with a different name.
Expected behavior
The uploader should recognize that the file being dragged and dropped is already present in the uploader. It should prevent the file from being re-added, ensuring that duplicate files are not allowed.
Actual behavior
When a file is dragged from the uploader interface and dropped back into the uploader, the same file is re-added to the list. However, the file is assigned a different name, creating duplicates in the uploader. This behavior is inconsistent with the expected functionality and can lead to confusion or errors, especially in scenarios where duplicate files are not allowed.
The text was updated successfully, but these errors were encountered:
Initial checklist
Link to runnable example
No response
Steps to reproduce
Expected behavior
The uploader should recognize that the file being dragged and dropped is already present in the uploader. It should prevent the file from being re-added, ensuring that duplicate files are not allowed.
Actual behavior
When a file is dragged from the uploader interface and dropped back into the uploader, the same file is re-added to the list. However, the file is assigned a different name, creating duplicates in the uploader. This behavior is inconsistent with the expected functionality and can lead to confusion or errors, especially in scenarios where duplicate files are not allowed.
The text was updated successfully, but these errors were encountered: