I was wondering, is there any way to simulate the File Upload using javascript interface provided by android webview?
Currently Android KitKat doesn't support file upload and i can not wait for next update.
Can anybody help me on this?
I was wondering, is there any way to simulate the File Upload using javascript interface provided by android webview?
Currently Android KitKat doesn't support file upload and i can not wait for next update.
Can anybody help me on this?
 
    
    This similar stackoverflow question demonstrates that it can be done, and links to a Cordova plugin to achieve what you want. From looking at that plugin source code you should be able to see how to do it ;)