metadata Members ActiveX/Java Uploader JavaScript

The metadata type exposes the following members.

Methods

NameDescription
Public method addCustomField(String,String,Boolean) Adds a custom 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 custom field with the specified name.
Public method renameStandardField(String,String) Renames the specified standard POST field.

Properties

NameDescription
Public property additionalFormName Gets or sets a name or ID of the HTML form with additional information which should be sent to the server along with files.
Public property cookie Gets or sets cookies which should be added to the upload request.
Public property exif Gets or sets a list of EXIF fields which should be extracted and uploaded along with other data.
Public property hash Gets or sets an algorithm to generate a hash value for each user-selected file.
Public property iptc Gets or sets a list of IPTC fields which should be extracted and uploaded along with other data.
Public property userAgent Gets or sets a user-agent string.
Public property valueSeparator Gets or sets a sequence of characters used to separate strings stored in one metadata field (such as IptcKeyword).