File Upload in WebView

后端 未结 19 2208
旧巷少年郎
旧巷少年郎 2020-11-22 00:28

I have been struggling to upload files from WebView since last few days and there is no progress. I googled and implemented all suggested solutions but none works, like: sol

19条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 00:55

    I researched on this issue for almost one month. Everything failed. All codes seen in multiple websites does n't work good. But here exists the best solution

    https://github.com/chiclaim/android-webview-upload-file

    Steps

    1) Click on clone or download

    2) Get the zip fle in your local directory

    3) unzip the zip file

    4) Open Android studio

    5) Goto File ----> Open ---> Navigate to directory where you unzipped the contents.

    6) Change the required web url in webView.loadUrl("your url hre"); in MainActivity.java

    7) Works good with version Android studio 3.4.2

提交回复
热议问题