FileUpload.getFiles

Syntax

getFiles();

Description

The getFiles method returns an array of loaded files.

Comments

Array items are the objects of the File type.

Example

The example of method use is given in description of the FileUpload constructor.

See also:

FileUpload