I studied how to upload a file to my native file system via a telephony URL. Then I read about this method:
http://docs.phonegap.com/en/1.4.1/phonegap_file_file.md.html#FileTransfer_download
It should allow you to save files directly through the device URL. But he needs the specified goal to save the file.
target - Full path of the file on the device
What would be best to choose here, so the file is not just hidden in a folder, but accessible. What are the differences between Android and ios (maybe a Windows phone)?
TL DR: where to save the downloaded file with telephone connection?
Thanks in advance!
source share