0

In my app am uploading an image from photo library to UIImageView . using this step NSData *imageData = UIImageJPEGRepresentation(imageView.image, 0.9); am getting an imagedata.

I want to insert this image in to service in binary format .

How can i get binary data for an image. please help me from this .

1
  • in base64 string in quess??? Commented Apr 20, 2013 at 11:08

1 Answer 1

4

NSData itself is binary data. You can feed NSData object in binary data.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.