This repository was archived by the owner on Apr 29, 2019. It is now read-only.
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Magento 2 Import Does not upload same name file in different image of different folder #50
Closed
Description
From @osmansorkar on November 12, 2016 17:2
I try to import product by magento2 import product option by CSV. I have all product image same name. I create folder for every product image and I upload it media/import directory and try to import my product but magento use only 1st image for all other product. It does not upload my other same name images.
Preconditions
Magento 2.1.0
PHP-7.0.12
Server: NGINX
Ubuntu 16.4
MYSQL -5.6
Steps to reproduce:
- Create A CSV File for import by same name image within multi directory
- Upload file in pub/media/import directory with directory
- Login Backend
- Got to setting >> import
- Select "Entity Type" Product
- Select "Import Behavior" Add/Update
- Upload CSV File
- Click Button "Check Data "
- Click "Import"
- Import will be successful but it will be upload only first image and skip all other same name image
Expected result
Actual result
Copied from original issue: magento/magento2#7412