Gets or sets the Top Pane title.
$au.imageUploaderFlash({ topPane: { //...other params... titleText: "Files for upload", //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').topPane().titleText(value); value = $au.imageUploaderFlash('uploaderID').topPane().titleText();
Type: String
The Top Pane title.
Default value is "Files for upload".