Relative Content

Tag Archive for node.jsasync-awaitpromise

promise.all with loop still get pending in node.js

This app function is about uploading multiple images, the image upload API can only upload one image each time. when uploading multiple images, trying to loop over the images and sequentially upload them one by one.