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)
Public Property ProgressBarText As String
public string ProgressBarText { get; set; }
Type: System.String
The text displaying a total percentage of the upload progress. It can contain the following placeholder:
Default value is "Uploading ([percents]%)".
This property makes sense only if the EnableInstantUpload property is true
.
This property is necessary for localization of Image Uploader.