我爱模板网 > 建站教程 > CSS3+HTML5 >  html5手机上传图片控件正文

html5手机上传图片控件

    下面这些控件,可以在手机上,选择相册中的图片,也可以选择相机拍照:
<input type="file" accept="video/*;capture=camcorder">
<input type="file" accept="audio/*;capture=microphone">
<input type="file" accept="image/*;capture=camera">直接调用相机
<input type="file" onchange="alert(typeof this.value)" accept="image/*" />调用相机 图片或者相册



部分素材资源来源网站,本站提供免费下载,如有侵权请联系站长马上删除!
上一篇:清除iOS下input表单的内阴影 下一篇:HTML5+调用第三方地图
发表评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
选择头像:
最新评论

猜你喜欢