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

imageUploaderFlash.metadata Property

Gets or sets an additional upload data.

Syntax

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

Property Value

Type: $au.metadata

The additional upload data.

See Also

Reference

Manual