Gets or sets a caption of the label which displays estimated time of the upload.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string EstimationText { get; set; }
Type: System..String
The text of the Estimated remaining time label. It can contain the following placeholder:
Format of the displayed time can be configured via the TimeFormat property.
Default value is "Estimated remaining time: [time]".
The estimation of the upload time may be quite inaccurate and depends on the UploadSettings.ProgressBytesMode.
This property is necessary for localization of ActiveX/Java Uploader.