I like to use the NSURLSession in backgroundSessionConfiguration with the method:
uploadTaskWithRequest:fromFile:
But I need to run some code after the upload to select the next file. When selected, I like to start the NSURLSession again to upload it with the uploadTaskWithRequest:fromFile: method
So uploading a bunch of files recursively
Do you know if that is possible?