Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how I can upload multiple files in queue from an array #3

Open
luigbren opened this issue Nov 20, 2021 · 1 comment
Open

how I can upload multiple files in queue from an array #3

luigbren opened this issue Nov 20, 2021 · 1 comment

Comments

@luigbren
Copy link

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.

@Karthik-sk25
Copy link

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..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants