Appearence and Styling for the Multiple File Upload Control

The Upload control and it's components are fully customizable through style sheets. By setting properties on the server side, the default class names for it's components are overriden.

CSS Properties

Definition Description
Public property string FileNameCssClass Gets or sets the file name CSS class.
Public property string FileSizeCssClass Gets or sets the file size CSS class.
Public property string RemoveButtonCssClass Gets or sets the remove button CSS class.
Public property string RemoveImageUrl Gets or sets the remove image URL used to decorate the 'Remove from queue' button.

Besides these you also have proivde to the file queue (the unordered html elements which stores the queue) which can be customized further to suit the developers' needs.