Blazor File Dynamic Form Component
The File Dynamic Form component is part of the Dignite.Abp.DynamicForms module. For development information about dynamic form components, please refer to Blazor Dynamic Form Components.
Installation
To use the File Dynamic Form component, follow these steps:
Install the
Dignite.Abp.DynamicForms.FileExplorer
NuGet package in theApplication Layer
'sContracts
project.Add
DigniteAbpDynamicFormsFileExplorerModule
to the[DependsOn(...)]
attribute list in your module class.Install the
Dignite.Abp.DynamicForms.Components.FileExplorer
NuGet package in your Blazor project.Add
DigniteAbpDynamicFormsComponentsFileExplorerModule
to the[DependsOn(...)]
attribute list in your module class.
Below is a screenshot of the File Dynamic Form configuration in the Dignite CMS backend: