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

UploadProgressDialog.KilobytesText Property

Supported browsers: Internet Explorer

Gets or sets a text for the kilobytes unit in the uploading files dialog.

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

Syntax

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

Property Value

Type: System.String

The text of the kilobytes unit in the uploading files dialog.

Default value is "Kb".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference