Table of Contents
StartToolBarButton Property

Gets or sets a string that specifies a toolbar button to start the upload in the form of ToolBarID:ButtonCommandName.

Syntax
 public String StartToolBarButton { get; set; }
Remarks

Set this property to render the AJAX uploader as a tool bar button instead of a file input box. Clicking the toolbar button displays the browse file dialog. The format should be "ToolBarID:ButtonCommandName". For example, if this property is set to "ToolBar1:Upload", then it refers to the toolbar item with CommandName set to "Upload" in toolbar "ToolBar1".

It is important for the tool bar button to have approximately the same size as the original browse button of a file input element. Thus a toolbar button with text is usually used.

See Also