代码示例:(标识:eg_html5_input_multiple)
<!DOCTYPE HTML>
<html>
<body>

<form action="/index/demo/form_current.html" method="get">
选择图片:<input type="file" name="img" multiple="multiple" />
<input type="submit" />
</form>
<p>请尝试在浏览文件时选取一个以上的文件。</p>

</body>
</html>
运行结果: