mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-29 22:10:40 +00:00
Allow selecting multiple files in file input
This commit is contained in:
parent
088f3ccc7c
commit
2cf1ea5069
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class FileSharing extends Component
|
|||
render()
|
||||
{
|
||||
return (
|
||||
<input type='file' onChange={this.handleFileChange} />
|
||||
<input type='file' onChange={this.handleFileChange} multiple />
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue