get_select_multiple


Description:

public bool get_select_multiple ()

Whether the file chooser should allow selecting multiple files.

Determine whether the file chooser associated to this FileChooserRequest should allow selecting multiple files, which depends on the HTML input element having a 'multiple' attribute defined.

Parameters:

this

a FileChooserRequest

Returns:

true if the file chooser should allow selecting multiple files or false otherwise.