Package.UploadedFiles Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets a collection of UploadedFile instances belonging to this package.

Syntax

PHP Initialize
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