I am new to phonegap(cordova)v3.5.0.
I am creating an app for Android and IOS where the users can upload files from mobile memory card to server. Default input type file is not working with phonegap. So, I have tried with fileapi and not able to get it done.
I want to show files and folder list from memory card on clicking on the upload button and the user should be able to select the file to upload.
Please help me to fix this. Thanks for your help in advance.