messages.tooManyFilesSelectedToOpen Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe Flash

Gets or sets the message displayed when the limit of the number of files HTML5/Flash Uploader can add to the Upload Pane at once is reached.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    messages: {
        //...other params...
        tooManyFilesSelectedToOpen: "Image Uploader Flash is unable to add selected amount of files to upload list at once. Please break the files set into subsets and add them separately.",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').messages().tooManyFilesSelectedToOpen(value);
value = $au.imageUploaderFlash('uploaderID').messages().tooManyFilesSelectedToOpen();

Property Value

Type: String

The message displayed when the limit of the number of files HTML5/Flash Uploader can add to the Upload Pane at once is reached.

Default value is "Image Uploader Flash is unable to add selected amount of files to upload list at once. Please break the files set into subsets and add them separately.".

Remarks

This property is necessary for localization of HTML5/Flash Uploader.

See Also

Reference