metadata Members HTML5/Flash Uploader JavaScript

The metadata type exposes the following members.

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.

Properties

NameDescription
Public property additionalFormName Gets or sets the name of the HTML form with additional information which should be sent to the server along with files.
Public property exif Gets or sets a list of EXIF fields which should be extracted and uploaded along with other data.
Public property iptc Gets or sets a list of IPTC fields which should be extracted and uploaded along with other data.
Public property valueSeparator Gets or sets a sequence of characters used to separate strings stored in one metadata field (such as IptcKeyword).