files.get(Number) Method ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Returns the file at the specified index.

Syntax

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

Parameters

index

Type: Number

The zero-based index of the file to get.

Return Value

Type: $au.file

The file at the specified index.