Hey guys, so I have a question on which method would be better to use for a situation where I have an image stored on my server and I want to retrieve it back to a UIImage from my iphone app. I have the image uploaded and I also stored it as a BLOB type on my server.
My question is, is it better to keep the image as a BLOB and try and retrieve it from that type from my application(if so how?), or is it better just to save the link (address of the image) as a string and use NSURLDownload to retrieve the image?
Thanks a lot for the help.
My question is, is it better to keep the image as a BLOB and try and retrieve it from that type from my application(if so how?), or is it better just to save the link (address of the image) as a string and use NSURLDownload to retrieve the image?
Thanks a lot for the help.