html5手机 input file 上传图片 调用API

html代码:

<input type="file" id="file" capture="camera" style="display: none"/>

<img src="add_big.png" width="61px" height="62px" οnclick="chooseImage()"/> <!--上传图片的按钮-->

js代码:

function chooseImage(){

    //判断ios版本
//     function gt_ios4() {
    //navigator.userAgent = "Mozilla/5.0 (iPhone; U; CPU iPhone OS 6_1_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8H7 Safari/6533.18.5";
    //alert(navigator.userAgent);
       // 判断是否 iPhone 或者 iPod
       if((navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i))) {
           // 判断系统版本号是否大于 4
           if(Boolean(navigator.userAgent.match(/OS [6]_\d[_\d]* like Mac OS X/i))){
            alert("您的IOS手机版本低,暂不支持图片上传,请升级到IOS7及以上系统。");  
            return;
           }
       }
        $("#file").click();
       
//     }

}


也可以

<input type="file" accept="video/*;capture=camcorder">
<input type="file" accept="audio/*;capture=microphone">
<input type="file" accept="image/*;capture=camera">直接调用相机
<input type="file" accept="image/*" />调用相机 图片或者相册

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值