案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<form>
5
<input type="file" name="pic" accept="image/gif" />
6
</form>
7
8
<p><b>注释:</b>出于安全方面的考虑,本例不允许用户上传文件。</p>
9
10
</body>
11
</html>
12