IT quiz
All questions
Sign in
Sign up
JavaScript
HTML
CSS
PostgreSQL
PHP
Linux
Git
Docker
SCSS
TypeScript
SQL
Vue
DNS
Go
frontend (web)
Redis
backend
Gitlab
CI/CD
Vite
webpack
Node.js
HTTP
Python
Kotlin
Nuxt
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.
Answer
Rate the difficulty of the question:
1
2
3
4
5
6
7
8
9
10
easy
hard
←
Previous question
Next question
→
Write new comment