I am working on an app. witch functionality is user take photo from camera and saved on the server.if network is available otherwise it saved in locally in iPhone(via sqlite). but when network is available it take all local images from database and saved on the server. after that it delete from the server.
my problem is how to save images on the serve(when network available) when application is running on the background.
plese suggest me.