Package.getPackageField(string) Method ActiveX/Java Uploader PHP

Returns a value of the specified POST field uploaded within this package.

Syntax

PHP
public function getPackageField($fieldName) {
}

Parameters

fieldName

Type: string

The name of the field to get.

Return Value

Type: string

The fieldName value.

See Also

Reference