Post a UIImage to the web


/ Published in: Objective C
Save to your folder(s)

So here is something a lot of people have been wondering to do in the forums. How do I take a UIImage or any image and post it to a website. So this will go over how to do that.

There are two ways to tackle this issue. One we can base64 encode the file and post is normally inside a XML or JSON instance or we can simulate a normal HTML post. This tutorial will go over the HTML post.

URL: http://iphone.zcentric.com/?p=218

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.