We’re using the AWS Uploader as part of a mobile app and are running into some interesting issues when users lose internet access during uploading. The images get saved to AWS, but they’re not getting added to the database because the internet connection is dropping along the way (before we get to the point in the workflow when ALL the images are saved and someone hits a button to save).
Is there a recommendation/suggestion for a good way to handle incremental saves to the database when each image is uploaded? (and also handle the removes?).
I have some ideas, but I was wondering if anyone has a use case for this already.