Hello,
According to a couple of different postings here on SO "storing images in the database is definitely not recommended by Apple, the filesystem is actually really good at locating files (images in this case) on the disk, which makes it the best solution for saving images." link text
I'm currently retrieving data from a remote db using PHP / MySQL & JSON. How would I go about grabbing images that are currently in the form of "http://remoteserver.com/myImage.png" and save them to the files system of my app so that they can be viewed without internet connectivity?
Thanks for reading this and thank-you for your time.