AddFilesProgressDialog.CurrentFileText Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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)

Syntax

C#
public string CurrentFileText { get; set; }

Property Value

Type: System..String

The text of the Processing file label. It can contain the following placeholder:

[name]
replaced by the name of the currently processing file.

Default value is "Processing file: '[name]'".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference