The metadata type exposes the following members.
Name | Description | |
---|---|---|
addCookie(String) | This method is obsolete. Adds the specified cookie to the upload request. |
|
addCustomField(String,String,Boolean) | Adds a custom field to the collection. | |
enableAllStandardFields(Boolean) | Enables or disables all the standard POST fields. | |
enableStandardField(String,Boolean) | Enables or disables the specified standard POST field. | |
removeCustomField(String) | Removes a custom field with the specified name. | |
renameStandardField(String,String) | Renames the specified standard POST field. | |
resetCookie | This method is obsolete. Removes all the cookies previously added to the request by the addCookie(String) method. |
Name | Description | |
---|---|---|
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. | |
cookie | Gets or sets cookies which should be added to the upload request. | |
exif | Gets or sets a list of EXIF fields which should be extracted and uploaded along with other data. | |
hash | Gets or sets an algorithm to generate a hash value for each user-selected file. | |
iptc | Gets or sets a list of IPTC fields which should be extracted and uploaded along with other data. | |
userAgent | Gets or sets a user-agent string. | |
valueSeparator | Gets or sets a sequence of characters used to separate strings stored in one metadata field (such as IptcKeyword). |