It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i want to post data on a server and i am using jSON webservice.
i know how to get data from server using Json but don't know ab开发者_StackOverflow中文版t posting data
can any one help me plz....
you can create a NSURLConnection set the content type to text/json and POST it as a string or you can use ASIHTTPRequest for easier connection management.
精彩评论