Adds a field to the collection.
$au.imageUploaderFlash('uploaderID').metadata().addCustomField(name, value, add);
Type: String
The field name.
Type: String
The value to add.
Type: Boolean
The value specifies how to handle a situation when a field with a given name is already added to the POST requst. If true
, the previously added value
will be preserved and a new field with the same name will be added. Otherwise, this value will be overwritten.