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

imageUploaderFlash.uploadSettings Property

Gets or sets the upload settings.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    uploadSettings: {},
    //...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadSettings(value);
value = $au.imageUploaderFlash('uploaderID').uploadSettings();

Property Value

Type: $au.uploadSettings

The upload settings.

See Also

Reference

Manual