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

ImageUploader.UploadFileRemove Method

Supported in: ActiveX , Java

Removes the specified item from the upload list.

Syntax

JavaScript
getImageUploader("ImageUploaderID").UploadFileRemove(Index);

Parameters

Index

A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].

See Also

Manual

Reference