
Originally Posted by
symbianyucca
in case you are getting it with Base64, then you need to decode the base64 first (answers for doing this should be available on this forum already also). either way you end up with binary data that is your image, and the format depends on your servers logic. So in case it is one of the recognized formats by the phone, you can use this binary data directly by saving it to a file, or if you want to show it on the screen, then use it as a descriptor buffer input for the image converters.
yucca