Package.UploadedFiles Property ActiveX/Java Uploader PHP

Gets a collection of UploadedFile instances belonging to this package.

Syntax

PHP
public function getUploadedFiles() {
}

Property Value

Type: array

The collection of UploadedFile instances. Each instance contains all the converted files and metadata related to a particular user-selected file.

See Also

Reference