upload multiple images in Background using urlsession

I need help with uploading a lots of images in background using url session and saving the session to resume later. Any help would be appreciated. Thanks

DIspatchGroup or async / wait are good patterns to use.

https://www.raywenderlich.com/5371-grand-central-dispatch-tutorial-for-swift-4-part-2-2

Quinn has a few pinned forums posts regarding this topic:

  1. Background Tasks Resources
  2. Moving to Fewer, Larger Transfers
upload multiple images in Background using urlsession
 
 
Q