Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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 uploading a very long file by using the component value change event the change event handler method takes a long time to hit. So need to reduce the time to trigger the uploader change event.


Sample link: https://www.syncfusion.com/downloads/support/common/3688/ze/UploaderServer_9331064c.zip


Replication procedure:

1. Run the sample

2. Open the “fetchdata” page

3. Now click the browse icon

4. Then choose any image file greater than 10 MB.

5. See the issue

Expected: need to trigger less time to hit the handler method

Output: gets a very long time to hit the handler method.