I see there is an unresolved topic about bulk adding images, so I considered bringing up this again. I uploaded the .csv file to your Excel Like Product Plug In for Woo Commerce, but now I want to add the images. I added the name of each image (example, image1.jpg) to the column named Images. Where should I upload the pictures so that the Plug In can call them and add them to each product?
you need to put your images to some place that is accessible online. For example you can using FTP create folder in your site root named /imgtmp and copy images there.
Then in csv cell value should be :
http://www.yoursite.com/imgtmp/image1.jpg
or when multiple:
http://www.yoursite.com/imgtmp/image1.jpg, http://www.yoursite.com/imgtmp/image2.jpg