Download file?
Hi all,
I'm wanting to download some files on first load for my app (some music files), i had a look at a post here
https://getsatisfaction.com/apperyio/...
But that doesn't work, just giving me an error about
Uncaught ReferenceError: FileTransfer is not defined
Also that example seems to hard-code destination as sdcard.
So I have 2 quetions
1) Does anyone have any working tutorial on downloading a file (with some success/fil handling)
2) How do i get a path to the documents folder for my app as I dont want to store on /sdcard (which wont exist on iOS anyway).
Thanks you