简体   繁体   English

将数据发送到Web服务器

[英]Sending data to a web Server

I've created a program that send's a data to a webserver. 我创建了一个程序,将数据发送到网络服务器。 I used the NSURLConnection to send the data to the web server. 我使用NSURLConnection将数据发送到Web服务器。 I've created a php file on my server to handle all the POST request from the iPhone. 我已经在服务器上创建了一个php文件来处理来自iPhone的所有POST请求。 My question was are there any other ways to send the data to a web Server besides using WiFi connection. 我的问题是,除了使用WiFi连接之外,还有其他方法可以将数据发送到Web服务器。 I just only need to send small data. 我只需要发送小数据。

are there any other ways to send the data to a web Server besides using wifi connection 除了使用wifi连接外,还有其他方法可以将数据发送到Web服务器

Yes, EDGE and 3G 是的,EDGE和3G

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM