|
1 | 1 | --- |
2 | 2 | layout: post |
3 | 3 | title: Data Binding in Blazor File Manager Component | Syncfusion |
4 | | -description: Checkout and learn here all about Data Binding in Syncfusion Blazor File Manager component and much more. |
| 4 | +description: Learn how to configure and use data binding in the Blazor File Manager component with practical examples and implementation guidance. |
5 | 5 | platform: Blazor |
6 | 6 | control: File Manager |
7 | 7 | documentation: ug |
@@ -109,7 +109,7 @@ To access the above File Operations, you need some model class files that have f |
109 | 109 |
|
110 | 110 | Add your required files and folders under the `wwwroot\Files` directory. |
111 | 111 |
|
112 | | -* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Syncfusion<sup style="font-size:70%">®</sup> Blazor File Manager component in your default web browser. |
| 112 | +* Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to launch the application. This will render the Blazor File Manager component in your default web browser. |
113 | 113 |
|
114 | 114 |  |
115 | 115 |
|
@@ -210,7 +210,7 @@ namespace filemanager.Server.Controllers |
210 | 210 | To perform the directory(folder) upload in File Manager, set [DirectoryUpload](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DirectoryUpload) as true within the FileManagerUploadSettings. The directory upload feature is supported for the following file service providers: |
211 | 211 | * Physical file service provider. |
212 | 212 | * Azure file service provider. |
213 | | -* NodeJS file service provider. |
| 213 | +* Node.js file service provider. |
214 | 214 | * Amazon file service provider. |
215 | 215 |
|
216 | 216 | In this example, you can enable or disable the ability to upload directories by selecting an option from the DropDownButton. The DropDownButton is created using the Template feature in FileManagerCustomToolbarItems. |
@@ -347,9 +347,9 @@ For Azure file service provider, no customizations are needed for directory uplo |
347 | 347 |
|
348 | 348 | Refer to the [GitHub](https://github.com/SyncfusionExamples/azure-aspcore-file-provider/blob/master/Controllers/AzureProviderController.cs#L94) for more details. |
349 | 349 |
|
350 | | -#### NodeJS file service provider |
| 350 | +#### Node.js file service provider |
351 | 351 |
|
352 | | -To perform the directory upload in the NodeJS file service provider, use the below code snippet in `app.post` method in the `filesystem-server.js` file. |
| 352 | +To perform the directory upload in the Node.js file service provider, use the below code snippet in `app.post` method in the `filesystem-server.js` file. |
353 | 353 |
|
354 | 354 | ```typescript |
355 | 355 | var folders = (req.body.filename).split('/'); |
@@ -624,7 +624,7 @@ To render the root-level folder, specify the ParentID as null, or there is no ne |
624 | 624 | {% endhighlight %} |
625 | 625 | {% endtabs %} |
626 | 626 |
|
627 | | -N> [Also see the demo here](https://blazor.syncfusion.com/demos/file-manager/flat-data?theme=fluent). |
| 627 | +N> [Also see the demo here](https://blazor.syncfusion.com/demos/file-manager/flat-data). |
628 | 628 |
|
629 | 629 | ### Injected service |
630 | 630 |
|
|
0 commit comments