Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
Select files:
<
input
type
="file"
name
="img"
multiple
>
<
input
type
="submit"
>
<
p
>
Try selecting one or more files when browsing for files.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> Select files: <input type="file" name="img" multiple> <input type="submit"> <p>Try selecting one or more files when browsing for files.</p> </body> </html>
Result