NSData *imageData = UIImagePNGRepresentation(image);
How send imageData using POST?
You can check this answer, if you are okay with using NSURLConnection https://stackoverflow.com/a/10750428/591951
This post explains how to POST an Audio file, but you can upload any file using the same method