Skip to content Skip to sidebar Skip to footer

Webpage To Choose And Upload File For Android 4.4.2 Stock Browser

I have faced with Android 4.4.2 stock browser issue in my ASP.Net MVC web application. Found solution here HTML file input in android webview (android 4.4

Solution 1:

No, there's no way to get this working on Android 4.4.2.

All you can do is intercept the onclick or onchange events on the <input type="file"> because these are still fired.

Post a Comment for "Webpage To Choose And Upload File For Android 4.4.2 Stock Browser"