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

ImageUploader.SelectAll Method

Supported in: ActiveX , Java

Selects all the files in the folder pane.

Syntax

JavaScript
getImageUploader("ImageUploaderID").SelectAll();

Remarks

Note

The files are not checked. The user must check files manually. This behavior has been defined intentionally because of security reasons. It prevents the possibility to steal the files from the last visited folder without user knowledge (by calling the SelectAll() and Send() methods).

See Also

Manual

Reference