Reputation: 1705
I know it's possible to do a few things on the background thread - VOIP, location and audio. How about uploading? Can I upload in a background thread? If so, how?
Thanks!
Upvotes: 2
Views: 2230
Reputation: 26682
Yes of course. That's a great use of a background thread. If it's Http you're using this library is very useful. It's http://allseeing-i.com/ASIHTTPRequest/
Upvotes: 2