↧
Send Data to server in iOS using POST OR GET – A Simple Example
First Make sure you have this kind of layout and you have linked all the views to their respective variables. For server side I am using XAMPP for Localhost for now and My php file will be residing in...
View ArticleNSURLConnection – A Simple example – Upload image to server using POST method.
Make sure you setup the server and have gone through this post before reading this article. You can read more about NSURLConnection Class from here....
View Article