Gets or sets a text of the label which displays a name of the currently processing file.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property CurrentFileText As String
public string CurrentFileText { get; set; }
Type: System.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.