Gets or sets a caption of the label which displays the upload propgress information.
public function getInfoText() { } public function setInfoText($value) { }
Type: 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 ActiveX/Java Uploader.