I am writing a small application in jquery mobile and phonegap to upload file (doc, pdf, or txt and not image) from card to server.
Images I can upload using
navigator.camera.getPicture()
which trigger gallery and i can select image and upload.
but at a different place I need to upload doc, pdf or txt files, i wish i can trigger file browser somehow and select file from there.
Any help will be much appreciated.