Gets or sets the Upload Pane settings.
$au.imageUploaderFlash({ //...other params... uploadPane: {}, //...other params... })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadPane(value); value = $au.imageUploaderFlash('uploaderID').uploadPane();