I have a code who send to the server in method POST a NSData (From an UIImage), When the server arrives at NSData she comes in the following way:
<6f732070 726f6475 746f7320 636f6d70 ........... 7261646f 73206465 73746520 72656369 626f2e0a>
Now I want to know if is possible to get this string (NSData), and convert again to a image, this is possible?