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!

2
Votes

When i use your getting started example from https://ej2.syncfusion.com/aspnetcore/documentation/uploader/getting-started/ within a form like this

    <form method="post">

        <ejs-uploader id="uploadFiles" autoUpload="false" ></ejs-uploader>

        <input type="submit" />

    </form>

and i upload one file, i get a second one (duplicate).

The reason is, that the control duplicates the hidden input[type=file] with the file in it. Tested with Firefox 72.0.1 and Chrome 79.0.3945.117.

Can you please fix this?