MultiPowUpload object properties
fileList : Array [read-only]
An array of FileReference objects.
When the browseFiles() method has been called and the user has selected one or more files from the dialog box opened by browseFiles(), this property is populated with an array of FileReference objects, each of which represents a file the user selected.
The properties of FileReference objects are described in the FileReference class documentation.
The following example demonstrates the fileList property.