react-native-background-downloader icon indicating copy to clipboard operation
react-native-background-downloader copied to clipboard

Download files in batches

Open codthing opened this issue 4 years ago • 1 comments

Is there a way to download files in batches, similar to axios.all. For example, I have a set of data returned by a web server, and I request fileUrl files based on the returned data, Of course, it also needs to delete local files with the same name.

[
  {
    "id": "1",
    "fileUrl": "ed2k://1.ts"
  },
  {
    "id": "2",
    "fileUrl": "ed2k://2.ts"
  }
]

image 无标题-2021-02-19-1555 (1)

codthing avatar Feb 19 '21 10:02 codthing

did you find any solution for that?

jonathan-baernthaler avatar Sep 23 '21 16:09 jonathan-baernthaler