Skip to content

Commit 3be0825

Browse files
Docs(BLAZ-982992): Revamp FileUpload documentation(file-upload/file-upload-methods.md)
1 parent 088d5f9 commit 3be0825

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

blazor-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,7 @@
29772977
</ul>
29782978
</li>
29792979
<li> <a href="/blazor/file-upload/async">Asynchronous Upload</a></li>
2980-
<li> <a href="/blazor/file-upload/file-upload-methods.md">FileUpload Methods</a></li>
2980+
<li> <a href="/blazor/file-upload/file-upload-methods">FileUpload Methods</a></li>
29812981
<li> <a href="/blazor/file-upload/accessibility">Accessibility</a></li>
29822982
<li> <a href="/blazor/file-upload/chunk-upload">Chunk Upload</a></li>
29832983
<li> <a href="/blazor/file-upload/localization">Localization</a></li>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: File Upload Methods in Blazor File Upload Component | Syncfusion
4-
description: Learn about the various file upload methods in Syncfusion Blazor File Upload component, including GetFileDetails, GetFilesDataAsync, SortFileListAsync, UploadAsync, CancelAsync, ClearAllAsync, and RemoveAsync.
4+
description: Learn about file upload methods in Syncfusion Blazor, including GetFileDetails, UploadAsync, CancelAsync, and ClearAllAsync.
55
platform: Blazor
66
control: File Upload
77
documentation: ug
88
---
99

10-
# File Upload Methods
10+
# File Upload Methods in Syncfusion Blazor Uploader
1111

1212
This section details the various methods available to interact with and manage the Syncfusion Blazor File Upload component programmatically.
1313

@@ -163,7 +163,7 @@ The [`CancelAsync`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Inpu
163163
}
164164
```
165165

166-
> **Note:** When cancelling a specific file's upload, you typically need to pass an identifier (like a fileInfo[]) to the [`CancelAsync`](https://blazorplayground.syncfusion.com/embed/BZrSNkBzSzuxWFbi?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5) method. 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://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.
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)