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!>
Thanks for joining our community and helping improve Syncfusion products!
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.