国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

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

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

問題描述

求解!安卓webview無法運行<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:

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

回答2:

Github上有個Os-FileUp項目提供了一些方法.

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)文章:
主站蜘蛛池模板: 国产aⅴ精品一区二区三区久久 | 久久婷婷影院 | 欧美日韩高清 | 亚洲成人国产精品 | 爱呦视频在线播放网址 | 国产精品线在线精品国语 | 日本三级毛片 | 久久久久琪琪去精品色村长 | 精品欧美高清不卡在线 | 国产亚洲精品一区二区久久 | 99re久久精品国产首页2020 | 亚洲第一男人天堂 | 亚洲精品一二区 | 日韩视频免费一区二区三区 | 中文字幕欧美在线观看 | 精品一区二区三区视频在线观看 | 亚洲 欧美 精品 中文第三 | 香蕉成人国产精品免费看网站 | 国产日韩久久久精品影院首页 | a级一级黄色片 | 视频在线亚洲 | 国产成人免费a在线资源 | 午夜影院黄 | 日韩一区二区不卡中文字幕 | 国产精品高清全国免费观看 | a毛片在线还看免费网站 | 日本免费网站视频www区 | 孕妇交| 久久国产欧美另类久久久 | 中美日韩在线网免费毛片视频 | 亚洲一区二区三区高清 | 久久五月女厕所一区二区 | 久久久黄色大片 | 亚洲va视频 | 午夜精品在线 | 日韩欧美二区 | 一级免费 | 国产国语一级毛片全部 | 国产亚洲人成网站观看 | 2019在线亚洲成年视频网站 | 一区二区三区四区国产精品 |