This documentation is for the old version. Go to the latest Upload Suite docs

Package.getPackageField(string) Method

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