so i have a list in swift of a bunch of URL from pictures saved in a folder with in the ios device. what happens is that i want to upload all those pictures to a folder and when i do it i get some pictures and not all. im using a loop to do go through every URL and uploading them one by one with in the loop.
sometimes i get an http error. i think this is happening because too many files are being uploaded at the same time. but i dont know how to solve this problem. any suggestions please. i would really appreciated.