Removes the file at the specified index from the upload pane.
$au.uploader('uploaderID').files().remove(index);
Type: Number
The zero-based index of the file to remove.
If you want to remove all files or all selected files from the upload pane use the uploadPane.removeAllFiles() or uploadPane.removeSelectedFiles() method respectively.