This documentation is for the old version. Go to the latest Upload Suite docs

messages.memoryLimitReached Property

Gets or sets the message displayed when the limit of the amount of memory available to Adobe Flash Player is reached.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    messages: {
        //...other params...
        memoryLimitReached: "You selected maximum possible amount of files. Proceed with uploading the current set of files first and then continue selecting files if it is needed.",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').messages().memoryLimitReached(value);
value = $au.imageUploaderFlash('uploaderID').messages().memoryLimitReached();

Property Value

Type: String

The message displayed when the limit of the amount of memory available to Adobe Flash Player is reached.

Default value is "You selected maximum possible amount of files. Proceed with uploading the current set of files first and then continue selecting files if it is needed.".

See Also

Reference