Gets or sets a text of the label which displays a name of the currently processing file.
public function getCurrentFileText() {
}
public function setCurrentFileText($value) {
}
Type: string
The text of the Processing file label. It can contain the following placeholder:
Default value is "Processing file: '[name]'".
This property is necessary for localization of Image Uploader.