UploadValidationSettingsTagHelper
Example
Razor
<validation/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| allowed-extensions | String[] | A list of the file extensions which are allowed for upload. Recognizes entries of both .type and type values. |
| max-file-size | Double | Defines the maximum file size in bytes allowed for upload. |
| min-file-size | Double | Defines the minimum file size in bytes allowed for upload. |