I want to get data (audiofiles) from an Amazon S3 server,
and store it in the native filesystem of the portable device.
I will use PhoneGap (PhoneGap – Wiki – Filesystem) to store the data,
but how do I make the GET request and handle the returned file and save it to the filesystem?
The following set of functions might help:
PhoneGap has extensive File system API to create Directories and Files.
For more details you can check the PhoneGap doc here