Gets or sets a text on the status pane which is displayed when the upload pane is empty.
$au.imageUploaderFlash({Get/Set Value at Runtime
statusPane: {
//...other params...
noFilesToUploadText: "No files to upload",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').statusPane().noFilesToUploadText(value);
value = $au.imageUploaderFlash('uploaderID').statusPane().noFilesToUploadText();
Type: String
The text stating that the upload pane is empty.
Default value is "No files to upload".
This property is necessary for localization of Image Uploader Flash.