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!
After the new update, the file upload method await UploadObj.UploadAsync(); throws a null exception error if
there is no file added to the file upload control .
Expected: If there is no file added to the file upload control, it does not throw a null exception
Output: If there is no file added to the file upload control, it throws a null exception.