I am using webview for my app, which is working good in Android Jelly Bean. The upload option is not working in Android KitKat and Lollipop.
I read some online forums and figured out that file upload is broken in KitKat version. So, I think that it would not work on KitKat.
But, I still want to know that how to call the file upload option in Android Lollipop in WebView.
Thanks
The new api for Lollipop file upload is detailed here https://gauntface.com/blog/2014/10/17/what-you-need-to-know-about-the-webview-in-l
There is a full code sample here https://github.com/GoogleChrome/chromium-webview-samples/tree/master/input-file-example