1

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?

RPB
  • 16,006
  • 16
  • 55
  • 79

1 Answers1

0

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 ;)

Community
  • 1
  • 1
jpw
  • 343
  • 2
  • 9