How to use multer to upload images with index?
I am creating a product with its variants. Variant is e.g a Shirt can has a variant of Blue color and XL size. So I need to upload its variants along with their images. If I send body like
variants : File[], then how will I identify which variants has which images.