I want to download a file from URL.Like if i click on download button the file url should get connect and it should get downloaded into phone memory or SDCard of android.
Can anyone please help me how to get this to work using phonegap?
Thank you.
|
I want to download a file from URL.Like if i click on download button the file url should get connect and it should get downloaded into phone memory or SDCard of android. Can anyone please help me how to get this to work using phonegap? Thank you. |
|||
|
|
|
Please use the FileTransfer API from Phonegap or CoreDova. Here is the sample code from the same source:
To save the file on SDCard use FileWriter
|
|||
|