Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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!

0
Votes

Hello,

I am using the File Manager component in version 29.1.33, and I have recently encountered an issue.

When I try to upload a file (e.g., 222.png) into an empty folder (e.g., folder 456), the component immediately shows the error message "File already exists".

Details:

  • The target folder is empty and no such file exists.

  • The server-side Upload action is never invoked.

  • The Read response confirms that the file does not exist.

  • This indicates the error occurs on the client-side (JavaScript) before the request is sent to the server.

For example, here is the Read response for the target directory: 

As you can see, there is no 222.png file in the response, yet the error "File already exists" is still triggered.

Could you please advise what might be causing this issue and how to resolve it?

Thank you for your support.