I have an app which gets some data from the web via an XML document. I have this working fine and have followed apples SeismicXML example (uses NSURLRequest etc). I am very new to this so I have to ad
I\'m POST\'ing a small image, so i\'d like the timeout interval to be short. If the image doesn\'t send in a few seconds, it\'s probably never going to send. For some unknown reason my NSURLConnection
I\'m fairly new to objective-c, and am looking to pass a number of key-value pairs to a PHP script using POST. I\'m using the following code but the data just doesn\'t seem to be getting posted throug
I\'m getting pretty frustrated figuring out how to add a lowercase header field to an NSMutableURLRequest.
It seems dead simple, as to create an NSURLConnection I usually do this: NSURL *theURL = [NSURL URLWithString:urlString];
Background I\'m building an app that links recent web pages you\'ve visited together. To do this, I need to get the HTML
I am downloading some very large data from a server with the NSURLConnection class. How can I im开发者_如何学Cplement a pause facility so that I can resume downloading?You can\'t pause, per-se, but y
I have a UITableView whose cells contain custom ImageViews that asynchronously load the images from the internet. To load those images I use NSURLRequest and NSURLConnection which works fine. The only
The Situation In my app, I am currently downloading an mp3 file (to docs directory) using [NSData dataWithContentsOfURL:URL], a method that works fine, but ties down the CPU, dissallowing screen updat
I am posting (HTTP POST) various values to the post开发者_C百科erous api.I am successfully able to upload the title, body, and ONE media file, but when I try to add in a second media file I get a serv