Skip to content

Commit e47d41e

Browse files
committed
993788: Need to update the blazor file manager documentation for sequential upload sample
1 parent 8a7ef03 commit e47d41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/file-manager/upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ When set to `true`, the selected files will process sequentially (one after th
6161
</SfFileManager>
6262
6363
```
64-
The screenshot below shows after successfully selecting a directory it uploads all the file inside it automatically. This demonstrates how the `SequentialUpload` property works in the Blazor File Manager component.
64+
The screenshot below shows that each file begins uploading only after the previous one completes. This demonstrates how the `SequentialUpload` property works in the Blazor File Manager component.
6565

6666
![Blazor File Manager with SequentialUpload](images/blazor-filemanager-sequentialupload.png)
6767

0 commit comments

Comments
 (0)