Gets or sets the caption of the Data uploaded label.
$au.imageUploaderFlash({Get/Set Value at Runtime
statusPane: {
//...other params...
dataUploadedText: "Data uploaded: {0} / {1}",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').statusPane().dataUploadedText(value);
value = $au.imageUploaderFlash('uploaderID').statusPane().dataUploadedText();
Type: String
The caption of the Data uploaded label.
To be able to display additional information in this label, special placeholders are used:
Default value is "Data uploaded: {0} / {1}".