Ajax Uploader Class Reference

UploaderBase.ShowProgressInfo Property

Gets or sets a value indicating whether the progress information is displayed when uploading. The UploadModule must be installed to use this feature.

[Visual Basic]
Public Property ShowProgressInfo As Boolean
[C#]
public bool ShowProgressInfo {get; set;}

Property Value

true if [show progress]; otherwise, false.

See Also

UploaderBase Class | CuteWebUI Namespace