How to use input type file in phonegap?
How to use html file attribute in phonegap ? so that i can browse any .txt file from my android device and upload it to the server?? I read file transfer method in phonegap documentation but according to that it is possible to upload files to the server only through url.But is it possible in normal way like : <input type=file /><button>upload</button> input type="file" accept="image/*" doesn't work in phone gap? i looked at this link but that says only for images . But how to upload the text files ? Any help?? Can anybody answer this? You can't use input file on Phonegap. It's not supported.