I want to limit the maximum upload of files while choosing a file in ReactJS. I'm not sure how to handle this. I tried with some solution but it did not work for me.
<input name="eventUpload" type="file" onChange={this.uploadMultipleFiles} multiple className="form-control-file" />