Display properties of a File Upload control

Configure the following display properties for a button and label for a File Upload control. At runtime, these settings are applied and you can have full control over the button.

Label Design
Text
Change the default text (Label) to something that provides useful information to a user. To change the text that appears at runtime, enter the new text in the Text box.
Width
Specify the width in pixels for the label. (Default: 100)
Height
Specify the height in pixels for the label. (Default: 22)
Position
Specify the position as Left (default) or Top for the label to display on the form.
Style
To set the style, select one of the following:
  • Theme: Keeps the default theme.

  • Inline: Define a style for the control by setting the font, font size, alignment and other options.

  • Class: Enter the name of the CSS class. This class is applied to the control only when it is available in the style sheet that is associated with the theme. If the class does not exist in the style sheet, then the control uses the default style.

Button Design
Button Only
Select either option:
  • Yes: Only the button appears. The text box with the filename does not appear.
  • No: The button appears along with the text box which displays the filename. (Default)
    Note This option is only available for standard desktop forms.
Button Text
Enter a text for the button. (Default: Browse)
Note This option is only available for standard desktop forms.
Width
Specify the width in pixels for the button. (Default: 78)
Height
Specify the height in pixels for the button. (Default: 22)
Style
To set the style, select either of the following:
  • Theme: Keeps the default theme.

  • Inline: Define a style for the control by setting the font, font size, alignment and other options.

  • Class: Enter the name of the CSS class. This class is applied to the control only when it is available in the style sheet that is associated with the theme. If the class does not exist in the style sheet, then the control uses the default style.