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