Gets or sets text of the label which is visible when files are preparing for upload.
$au.uploader({
uploadProgressDialog: {
//...other params...
preparingText: "Preparing files for upload...",
//...other params...
}
})
Type: String
Text of the Preparing label.
Default value is "Preparing files for upload...".
This property is necessary for localization of Image Uploader.