Skip to content

Commit 3b9c7da

Browse files
Docs(BLAZ-982992): Revamp FileUpload documentation(file-upload/file-upload-methods.md.md)
1 parent 5927f4a commit 3b9c7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/file-upload/file-upload-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The [`CancelAsync`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Inpu
163163
}
164164
```
165165

166-
> **Note:** When cancel a specific file's upload, you typically need to pass an identifier like a fileInfo[] to the [CancelAsync method](https://blazorplayground.syncfusion.com/embed/BZrSNkBzSzuxWFbi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5). Without an argument, it generally attempts to cancel all pending or in-progress uploads. The exact behavior might depend on the implementation of the Uploader component.
166+
> **Note:** When cancel a specific file's upload, you typically need to pass an identifier like a fileInfo[] to the [CancelAsync method](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Inputs.SfUploader.html#Syncfusion_Blazor_Inputs_SfUploader_CancelAsync_Syncfusion_Blazor_Inputs_FileInfo___). Without an argument, it generally attempts to cancel all pending or in-progress uploads. The exact behavior might depend on the implementation of the Uploader component.
167167
168168
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZrSNkBzSzuxWFbi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
169169

0 commit comments

Comments
 (0)