I thought of doing that using promise.all but what if some images failed to upload and it throw erro
I thought of doing that using promise.all but what if some images failed to upload and it throw error. so the images will get uploaded will be there for life till I manually delete the uploaded image manually. what is the best approach to handle this scenario.
basically I have a travel package model where I am uploading images and package details.
basically I have a travel package model where I am uploading images and package details.





