I am new in Iphone development. I want to upload image from Iphone library to a server.
I want to take a button on screen, by clecking button user can see the image files and select one file which user want. After selecting file I want to show the image in image view.
How to do it. How to use ImageViewController?
Thanks,
Avinash Patil.
first u have to get image form photo library for that use below code.
after selecting image u have send that image to server using http post method
here is code