uploadPane.addFiles Method ActiveX/Java Uploader JavaScript

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