FileUploaderBuilder.AllowedFileExtensions Method
Name | Parameters | Description |
---|---|---|
AllowedFileExtensions(JS) | value | Restricts file extensions that can be uploaded to the server. Mirrors the client-side allowedFileExtensions option. |
AllowedFileExtensions(IEnumerable<String>) | value | Restricts file extensions that can be uploaded to the server. Mirrors the client-side allowedFileExtensions option. |