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

imageUploaderFlash.files Property

Gets or sets a collection of user-selected files.

Syntax

JavaScript Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').files(value);
value = $au.imageUploaderFlash('uploaderID').files();

Property Value

Type: $au.files

The collection of user-selected files.