metadata.additionalFormName Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the name of the HTML form with additional information which should be sent to the server along with files.

Syntax

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

Property Value

Type: String

The name for the form you need to submit along with files. If this value is an empty string or an invalid form name (which does not exist on this page), no additional data is sent.

Default value is "".

See Also

Reference