So here is what i am trying to acheive.
My app which is develop in cordova.
I am having a file input which will when choosen a file will store the file to the sd card or local memory of the phone.
then i will store the location to the sqlite database.
The problem is i am not able to get the file from source neither i am able to store in sd card.
tried using the following plugins
org.apache.cordova.file
and org.apache.cordova.file-transfer
If you guyz send me any link that will be also a great help.
I have not posted any code because i am completely blank where to start...