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

uploadPane.addFiles Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Opens a standard Open File dialog so that the user could select files for upload.

Syntax

JavaScript
$au.uploader('uploaderID').uploadPane().addFiles();

Remarks

Unlike in the file dialog opened by the browser for the <input type="file"> element, multiple selection is allowed.

The file filter for the dialog is formed from the fileMask property.

See Also

Reference