Increasing File Input Width
Each input field in RadUpload is composed of a transparent standard file input (which
is hard to customize) and skinned textbox and button below. In this way a nice look
and functionality are achieved at the same time.
To increase the width of the file inputs in RadUpload, you need to manipulate the following RadUpload's properties:
- InputSize - set this property to an integer value to increase the width of all
file input elements.
- Width - set this property in pixels to increase the width of the
whole RadUpload area containing all elements such as buttons, file input fields, etc.
The two properties control the appearance of different RadUpload UI elements. Therefore their manipulation should be synchronized
so that a nice overall appearance is achieved in the end.