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

metadata.enableAllStandardFields(Boolean) Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Enables or disables all the standard POST fields.

Syntax

JavaScript
$au.uploader('uploaderID').metadata().enableAllStandardFields(enable);

Parameters

enable

Type: Boolean

If true, all the standard POST fields are uploaded; otherwise, no standard fields are sent to a server.

See Also

Manual