Skip to content

Commit 39421c5

Browse files
committed
983366: Updated the UG document for filemanager
1 parent 51fb18c commit 39421c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/file-manager/data-binding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ namespace filemanager.Server.Controllers
207207

208208
### Folder Upload
209209

210-
To enable directory upload, set [DirectoryUpload](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DirectoryUpload) to true in FileManagerUploadSettings. Directory upload is supported for physical, Azure, NodeJS, and Amazon file service providers.
210+
To enable directory upload, set [DirectoryUpload](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DirectoryUpload) to true in FileManagerUploadSettings. Directory upload is supported for physical, Azure, Node.js, and Amazon file service providers.
211211

212212
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.
213213

@@ -343,9 +343,9 @@ For Azure file service provider, no customizations are needed for directory uplo
343343

344344
Refer to the [GitHub](https://github.com/SyncfusionExamples/azure-aspcore-file-provider/blob/master/Controllers/AzureProviderController.cs#L94) for more details.
345345

346-
#### NodeJS file service provider
346+
#### Node.js file service provider
347347

348-
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.
348+
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.
349349

350350
```typescript
351351
var folders = (req.body.filename).split('/');

0 commit comments

Comments
 (0)