Gets or sets a text for the kilobytes unit in the uploading files dialog.
$au.uploader({
uploadProgressDialog: {
//...other params...
kilobytesText: "Kb",
//...other params...
}
})
Type: String
The text of the kilobytes unit in the uploading files dialog.
Default value is "Kb".
This property is necessary for localization of Image Uploader.