react-native-upload-manager
react-native-upload-manager copied to clipboard
how I can upload multiple files in queue from an array
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.
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..?