I have an application that the user takes a series of pictures, these pictures than need to be uploaded to a server for their online account.
At the moment, I am simply re sizing the images (still about 2mb an image) and uploading them 1 by 1.
The issue arises when the user closes the app mid-upload. Having issues with getting all the images appropriately.
Any elegent solutions? I was thinking of building in an upload manager - keeping track of what's successful and what is not. Restarting uploads next time they open the app. Possibly allowing the Online portion to send a push notification if the user failed to upload a complete set.
Any suggestions, links or guides are greatly appreciated.