tags:

views:

7

answers:

0

Hi,

I am developing an iphone application which needs to upload some image files to server.The images needs to be uploaded as binary data.I converted the image to NSData using [NSData dataWithContentsOfFile:filepath];

But i dont know how to convert this NSData to Binary data.Looking for a solution

Thanks,