Gets or sets the caption of the Preparing label.
$au.imageUploaderFlash({ statusPane: { //...other params... preparingText: "PREPARING...", //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').statusPane().preparingText(value); value = $au.imageUploaderFlash('uploaderID').statusPane().preparingText();
Type: String
The caption of the Preparing label.
Default value is "PREPARING...".