标签:
只能选择png和gif图片
<input id="fileId1" type="file" accept="image/png,image/gif" name="file" />
多文件上传
<input id="fileId2" type="file" multiple="multiple" name="file" />
input:file属性
原文地址:http://www.cnblogs.com/lgjc/p/5809443.html