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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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”