Gets or sets a text displayed in the progress bar during the upload if the instant upload feature is used.
public function getProgressBarText() { } public function setProgressBarText($value) { }
Type: 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 ActiveX/Java Uploader.