This documentation is for the old version. Go to the latest Upload Suite docs

StatusPane.ProgressBarText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text displayed in the progress bar during the upload if the instant upload feature is used.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property ProgressBarText As String
C#
public string ProgressBarText { get; set; }

Property Value

Type: System.String

The text displaying a total percentage of the upload progress. It can contain the following placeholder:

[percents]
replaced by the total percentage of the upload progress.

Default value is "Uploading ([percents]%)".

Remarks

This property makes sense only if the EnableInstantUpload property is true.

This property is necessary for localization of Image Uploader.

See Also

Reference