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!
<SfUploader AutoUpload="false" AllowMultiple="true" SequentialUpload="true">
<UploaderAsyncSettings > </UploaderAsyncSettings>
<UploaderEvents BeforeUpload="OnBeforeUpload"></UploaderEvents>
<UploaderTemplates>
<Template>
<ul class="e-upload-files px-2 pt-2">
<li class="e-upload-file-list">
<span class="e-file-container">
<span class="e-file-name">@(context.Name)</span>
<span class="e-file-status"></span>
</span>
<span class="e-icons e-file-delete-btn " tabindex="0" title="Delete file"></span>
</li>
</ul>
</Template>
</UploaderTemplates>
</SfUploader>
Uncaught TypeError: Cannot read properties of undefined (reading 'id')
at syncfusion-blazor.min.js:formatted:64434:54
at Array.filter ()
at i (syncfusion-blazor.min.js:formatted:64433:48)
at e.getFileListData (syncfusion-blazor.min.js:formatted:64438:29)
at e.getFilesInArray (syncfusion-blazor.min.js:formatted:64425:58)
at e.remove (syncfusion-blazor.min.js:formatted:64579:41)
at e.removeFiles (syncfusion-blazor.min.js:formatted:62876:86)