Gets or sets the message displayed when a user tries to add files and some of them were not added because of restrictions.
$au.imageUploaderFlash({Get/Set Value at Runtime
messages: {
//...other params...
filesNotAdded: "{0} files were not added due to restrictions of the site.",
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').messages().filesNotAdded(value);
value = $au.imageUploaderFlash('uploaderID').messages().filesNotAdded();
Type: String
The message which states that a user tries to add files and some of them were not added because of restrictions. It can contain the following placeholder:
Default value is "{0} files were not added due to restrictions of the site.".
This property is necessary for localization of Image Uploader Flash.