metadata Methods HTML5/Flash Uploader JavaScript

The metadata type exposes the following methods.

Methods

NameDescription
Public method addCustomField(String,String,Boolean) Adds a field to the collection.
Public method enableAllStandardFields(Boolean) Enables or disables all the standard POST fields.
Public method enableStandardField(String,Boolean) Enables or disables the specified standard POST field.
Public method removeCustomField(String) Removes a field with the specified name.
Public method renameStandardField(String,String) Renames the specified standard POST field.
Public method uploadRequestHeaders(Object) Adds a HTTP header to the POST request.