Opens a standard Open File dialog so that the user could select files for upload.
$au.uploader('uploaderID').uploadPane().addFiles();
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.