We're using PhoneGap for an iOS app. We're using Persistence.js and the Sync plugin to keep a remote server's database synced. It's working quite well.
However, we now want to capture an image using the camera and sync that data. I know we can store the image as a base64 encoded string, but currently PhoneGap is storing the image as a file. Is there a good way to sync files from a file location or are we better off storing the string and syncing that?
Thanks in advance,
Jamon Holmgren