This documentation is for the old version. Go to the latest Upload Suite docs

StatusPane.FilesToUploadText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text on the status pane which is displayed when at least one file is added to the upload pane.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property FilesToUploadText As String
C#
public string FilesToUploadText { get; set; }

Property Value

Type: System.String

The text stating how many files are added to the upload pane. It can contain the following placeholder:

[count]
replaced by the number of files actually added to the upload pane.

Default value is "Files selected to upload: [count]".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference