I have an project in which i retrieve data from user and save in local xml file. I have done all this on simulator. Now i want to deploy on iPhone device. But problem is that how send file (XML) from iphone to server by using web services?
Share
You can HTTP POST it:
Taken from here