Input type file doesn't work with android 4.4 (kitkat).
Is there a way to use form submit with input type="file" with phonegap in android 4.4. My form looks like:
<form id="testFrm" method="POST" enctype="multipart/form-data" >
<input type="text" id="sub" name="subject" placeholder="Subject" />
<input type="text" id="desc" name="desc" placeholder="Description" />
<input type="file" name="file" id="file" />
<input type="submit" />
</form>
I'm on cordova 2.8