Question #8

Author: admin
tags: HTML  
<input type="file">
How to add the ability for the user to select several files at once, and not just one?
Change the type="file" attribute to type="files"
Add the multiple attribute
Add the count="-1" attribute
Modern browsers automatically allow the user to select multiple files. No additional settings are required.
Rate the difficulty of the question:
easyhard