码迷,mamicode.com
首页 > 其他好文 > 详细

设置type为file的input标签选择图片类型

时间:2015-04-20 20:34:36      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:

设置能选择各种类型的图片如:png,jpg

<input id="file" name="file" type="file" accept="image/*" />

设置只能选择只能选择单个类型的文件如只能选择png的图片

<input id="file" name="file" type="file" accept="image/png" />

设置type为file的input标签选择图片类型

标签:

原文地址:http://www.cnblogs.com/hank-chen/p/4442281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!