午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術(shù)文章
文章詳情頁

android - 安卓開發(fā)webview無法運(yùn)行<input type="file"怎么破?

瀏覽:161日期:2024-03-02 14:32:10

問題描述

求解!安卓webview無法運(yùn)行<input type='file' name='file' /> 標(biāo)簽!HTML完整代碼:<html><body>

<form action='upload_file.php' method='post'enctype='multipart/form-data'><label for='file'>Filename:</label><input type='file' name='file' /> <input type='submit' name='submit' value='Submit' /></form>

</body></html>在線等!!!

問題解答

回答1:

這個(gè)已經(jīng)有人問過了,我已經(jīng)回答過了,親測(cè)完全沒問題。https://segmentfault.com/q/1010000005980836

回答2:

Github上有個(gè)Os-FileUp項(xiàng)目提供了一些方法.

webView.setWebChromeClient(new WebChromeClient(){ //For Android 3.0+ public void openFileChooser(ValueCallback<Uri> uploadMsg){mUM = uploadMsg;Intent i = new Intent(Intent.ACTION_GET_CONTENT);i.addCategory(Intent.CATEGORY_OPENABLE);i.setType('image/*');MainActivity.this.startActivityForResult(Intent.createChooser(i,'File Chooser'), FCR); } // For Android 3.0+, above method not supported in some android 3+ versions, in such case we use this public void openFileChooser(ValueCallback uploadMsg, String acceptType){mUM = uploadMsg;Intent i = new Intent(Intent.ACTION_GET_CONTENT);i.addCategory(Intent.CATEGORY_OPENABLE);i.setType('*/*');MainActivity.this.startActivityForResult(Intent.createChooser(i, 'File Browser'),FCR); } //For Android 4.1+ public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture){mUM = uploadMsg;Intent i = new Intent(Intent.ACTION_GET_CONTENT);i.addCategory(Intent.CATEGORY_OPENABLE);i.setType('image/*');MainActivity.this.startActivityForResult(Intent.createChooser(i, 'File Chooser'), MainActivity.FCR); } //For Android 5.0+ public boolean onShowFileChooser( WebView webView, ValueCallback<Uri[]> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams){if(mUMA != null){ mUMA.onReceiveValue(null);}mUMA = filePathCallback;Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);if(takePictureIntent.resolveActivity(MainActivity.this.getPackageManager()) != null){ File photoFile = null; try{photoFile = createImageFile();takePictureIntent.putExtra('PhotoPath', mCM); }catch(IOException ex){Log.e(TAG, 'Image file creation failed', ex); } if(photoFile != null){mCM = 'file:' + photoFile.getAbsolutePath();takePictureIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(photoFile)); }else{takePictureIntent = null; }}Intent contentSelectionIntent = new Intent(Intent.ACTION_GET_CONTENT);contentSelectionIntent.addCategory(Intent.CATEGORY_OPENABLE);contentSelectionIntent.setType('image/*');Intent[] intentArray;if(takePictureIntent != null){ intentArray = new Intent[]{takePictureIntent};}else{ intentArray = new Intent[0];}Intent chooserIntent = new Intent(Intent.ACTION_CHOOSER);chooserIntent.putExtra(Intent.EXTRA_INTENT, contentSelectionIntent);chooserIntent.putExtra(Intent.EXTRA_TITLE, 'Image Chooser');chooserIntent.putExtra(Intent.EXTRA_INITIAL_INTENTS, intentArray);startActivityForResult(chooserIntent, FCR);return true; }});}

標(biāo)簽: web
相關(guān)文章:
主站蜘蛛池模板: 亚洲国产精品一 | 超碰黑人| 精品欧美黑人一区二区三区 | 国产精品视频免费看 | 中文字幕第二页 | 一区二区三区日韩视频 | 久久久资源 | 日本黄色免费大片 | 自拍欧美日韩 | 色一区二区 | 午夜tv| 日韩欧美三区 | 国产又黄又爽又无遮挡 | 蜜桃av噜噜一区二区三区麻豆 | 欧美一区二区视频在线 | 国产精品视频导航 | 日韩簧片 | 91亚洲精品久久久蜜桃网站 | 天天干夜夜艹 | 国产不卡视频在线 | 天堂网亚洲| 啪啪激情网 | 午夜肉体高潮免费毛片 | 黄色大片黄色大片 | 四虎成人精品 | 亚洲精品乱码久久久久久日本蜜臀 | 国产黄a三级 | 成人黄色在线看 | 一级欧美视频 | 在线免费播放av | 国产黄色免费网站 | 亚洲涩情 | 牛牛av在线 | 日韩国产欧美一区 | 少妇特黄a一区二区三区 | 免费黄网站在线观看 | 国产成人精品在线视频 | 亚洲精品手机在线 | 国产男人天堂 | 久久一区二区精品 | 成人香蕉视频在线观看 |