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

Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionError690565851


In the File Uploader component, if no value is given to the GetFilesDataAsync method, it will return null file data. If the user passes "0," it will return the first file data, and if the user passes "1" or a value greater than "1," it will return the entire files list.


Replication procedure :

  1. Run the sample.
  2. Click “Press Me” button and see the debugger.

Expected Output:

  • If no value is passed to the GetFilesDataAsync method, it should return the entire file list data.
  • If a double value is provided, it should return the corresponding file data.

Current Output:

  • If no value is given to the GetFilesDataAsync method, it will return null file data.
  • If the user passes "0," it will return the first file data, and if the user passes "1" or a value greater than "1," it will return the entire files list.