Gets or sets the caption of the Data uploaded label.
$au.imageUploaderFlash({ statusPane: { //...other params... dataUploadedText: "Data uploaded: {0} / {1}", //...other params... } })Get/Set Value at Runtime
$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}".