Phonegap File Download to device - Which device path to take?
问题 i was researching on how to download a file to the native filesystem via a URL with phonegap. I then read about this method: http://docs.phonegap.com/en/1.4.1/phonegap_file_file.md.html#FileTransfer_download It should allow one to save files directly via a URL to the device. But it needs a specified target where to save the file. target - Full path of the file on the device What would be best practise to choose here, so the file does not just get hidden in some folder, but is accessible. What