Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When enable sequentialUpload property of Uploader in FileManager component, then the duplicate files are not uploaded.
Sample: https://codesandbox.io/s/vue-template-forked-epydu?file=/src/components/FileManager.vue
Service Provider: https://www.syncfusion.com/downloads/support/forum/164912/ze/ej2-aspcore-file-provider-master-916015995.zip
Replication procedure:
1. Run the above attached sample and service.
2. Using uploader component in File manager, upload single file (For eg: drop.png)
3. The file will be uploaded and it can be shown in the files details of File manager.
4. Again upload the same file (drop.png)
5. Now the file manager will show dialog window, with three options (“Keep Both”, “Replace”, “skip”)
6. Click on the Keep Both button.
7. Actual: It shows message as “File Already exists”
8. Expected: The file has to be uploaded by renaming as like “drop(1).png”