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

imageUploaderFlash.uploadPane Property

Gets or sets the Upload Pane settings.

Syntax

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

Property Value

Type: $au.uploadPane

The Upload Pane settings.

See Also

Reference

Manual