FileUpload control allows users to upload file to the server. When it is rendered on the page, it is implemented through <input type=file /> HTML tag.
Its properties like
BackColor, ForeColor, BorderColor, BorderStyle, BorderWidth, Height etc.
are implemented through style properites of <input>.