File Input Element
The File Input Element is displayed within the File Input Area and can be used to select a file for uploading. The file input element can be rendered as a native input element (when the Native property is set to true) or it can consist of two elements: Text Box and Browse Button, which are fully customizable via properties or by the assignment of a CSS class.

The table below lists the main members that affect element appearance and functionality.
| Characteristics | Members |
|---|---|
| Count | UploadControlSettings.FileInputCount |
| Spacings | UploadControlSettings.FileInputSpacing |
| Render Mode | UploadControlStyles.Native (via UploadControlSettings.Styles.Native) |