File Upload in WebView

后端 未结 19 1902
旧巷少年郎
旧巷少年郎 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:58

    I found it necessary to define public void openFileChooser(ValueCallback uploadMsg, String acceptType, String capture), in Android 4.1. Then I followed Michel Olivier's solution.

提交回复
热议问题