react-native-upload-manager icon indicating copy to clipboard operation
react-native-upload-manager copied to clipboard

how I can upload multiple files in queue from an array

Open luigbren opened this issue 4 years ago • 1 comments
trafficstars

how can I upload multiple files in queue from an array with the .map function?

for example, I have an array with 5 images, I want to upload the 5 images in background but in their respective order, 1 by 1, I usually use the .map function to call the Upload function, but they are all executed at the same time and are uploaded randomly.

luigbren avatar Nov 20 '21 19:11 luigbren

how can I upload multiple files in queue from an array with the .map function?

for example, I have an array with 5 images, I want to upload the 5 images in background but in their respective order, 1 by 1, I usually use the .map function to call the Upload function, but they are all executed at the same time and are uploaded randomly.

library working or not..?

Karthik-sk25 avatar Jun 28 '22 06:06 Karthik-sk25