StatusPane.ProgressBarText Property ActiveX/Java Uploader ASP.NET

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

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 ActiveX/Java Uploader.

See Also

Reference