Metadata.AdditionalFormName Property ActiveX/Java Uploader PHP

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a name or ID of the HTML form with additional information which should be sent to the server along with files.

Syntax

PHP
public function getAdditionalFormName() {
}

public function setAdditionalFormName($value) {
}

Property Value

Type: string

The name or ID for the form you need to submit along with files. If this value is an empty string or an invalid form name (which does not exist on this page), no additional form is sent.

Default value is "".

Remarks

The additional form may contain the following elements:

  • Input fields (except of <input type="image"> and <input type="file">).
  • Text areas.
  • Select elements.
Note

The additional form must be placed into the same frame with the Uploader.

See Also

Reference