files.get(Number) Method HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Returns the file at the specified index.

Syntax

JavaScript
$au.imageUploaderFlash('uploaderID').files().get(index);

Parameters

index

Type: Number

The zero-based index of the file to get. It also accepts the guid value returned by the guid method.

Return Value

Type: $au.file

The file at the specified index.

See Also

Reference