2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: FileChooser.isMultiple
|
|
|
|
---
|
|
|
|
# FileChooser.isMultiple() method
|
|
|
|
|
|
|
|
Whether file chooser allow for [multiple](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#attr-multiple) file selection.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
class FileChooser {isMultiple(): boolean;}
|
|
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
boolean
|
|
|
|
|