sending post data from Iphone

后端 未结 2 1558
眼角桃花
眼角桃花 2021-01-24 22:10

I want to send post data from Iphone.
I have to send a dictionary(K-V pairs) with 8 k-v pairs.
What is the best way to post all these 8 K-V pairs from Iphone. I want th

2条回答
  •  梦谈多话
    2021-01-24 22:53

    The HTTP protocol doesn't work like that. Pick POST or GET. This library makes web requests easy, including file upload: http://allseeing-i.com/ASIHTTPRequest/

提交回复
热议问题