tags:

views:

68

answers:

2
+1  Q: 

Background Upload

Hello all,

I am looking for a direction on a background image upload on the iPhone, background meaning in my app while other interface items are processing and views are changing.

I was thinking that there would be a way in the appDelegate to spawn a process to upload the file, then have a delegate return the status.

Has anyone seen an example of this?

A: 

I plan on using ASIHTTPRequest in my app to handle communications to web servers in the background.

gerry3
A: 

Look here or here

sakrist