Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploader.StartToolBarButton Property

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

[Visual Basic]
Public Property StartToolBarButton As String
[C#]
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

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

AJAXUploader Class | EO.Web Namespace


Direct link to this topic