File upload in iphone

Posted by Sreelal on Stack Overflow See other posts from Stack Overflow or by Sreelal
Published on 2010-06-02T09:50:01Z Indexed on 2010/06/02 9:53 UTC
Read the original article Hit count: 212

Filed under:

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,

© Stack Overflow or respective owner

Related posts about iphone-sdk