Sunday, September 29, 2013

Java image string to image file

Java image string to image file

So I have a small HTTP POST server written in java. I am using Objective-C
to send data to the server.
In this case, I am trying to send an image file as NSData. Does anyone
know how to save the received NSData properly to a file?

No comments:

Post a Comment