移動端上傳照片

來源:互聯網
上載者:User

標籤:src   function   tips   utf-8   比較   htm   btn   百度雲   doc   

我只想說這兩天遇到這個圖片上傳的坎,差點就想砍人了。遇到了很多很多問題:比如傳給背景base64URL過大,導致頁面失控自動關閉;比如傳給背景圖片地址總是為空白等。試了很多方法,總是出現反反覆複的問題。

最後找到了一個比較方便,代碼量比較少,應用比較簡單的外掛程式,在這裡我要感謝作者,雖然不知道是誰。

應用情境:移動端管調用手機相簿和相機,上傳圖片給介面進行識別

外掛程式下載百度雲地址:連結: https://pan.baidu.com/s/1YgMVGbOGUcb22P3SBstJLA 密碼: 95ma

文本代碼:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
  < a href=" " class="fr mr1 upfile-btn" -id="JS-showTips">
    拍行車執照自動填寫<input id="upLicense" type="file" name="upLicense" capture="camera" accept="image/*">
  </ a>
</body>
<script src="js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="ajaxfileupload.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
  $(‘#upLicense‘).bind(‘change‘, function () {
    $.ajaxFileUpload({
    url: ‘/wap/insurance-licenserecon.html‘,//處理圖片指令碼
    secureuri: false,
    type: ‘post‘,
    data: {img: ‘upLicense‘, type: ‘6‘},
    fileElementId: ‘upLicense‘,//file控制項id
    dataType: ‘json‘,
    success: function (json, status) {

    }
})

})
</script>
</html>

 

移動端上傳照片

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.