Gets or sets a caption of the label which displays the upload propgress information.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property InfoText As String
public string InfoText { get; set; }
Type: System.String
The text of the Files uploaded label. It can contain the following placeholder:
Default value is "Files uploaded: [files]/[totalFiles] ([bytes] of [totalBytes])".
The estimation of the uploaded and total bytes may be quite inaccurate and depends on the UploadSettings.ProgressBytesMode.
This property is necessary for localization of Image Uploader.