I am trying to set a max limit on an input of files when uploading files to a blob container. The code below allows for multiple selections of files and I want to limit it to a maximum of 5 is that possible ?
<input multiple type="file" name="files" id="files" required />