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

files.remove(Number) Method

Removes the file at the specified index from the upload pane.

Syntax

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

Parameters

index

Type: Number

The zero-based index of the file to remove.