i am installing latest version of magento(1.7.0.2) when i trying magento import csv file it shows an error image does not exist i am using the fallowing steps
1) enter data in products and export in to csv file after that entering the data in to csv file again importing
2) images are placed at media->catalog->product->products i tried with the different image url paths
/media/catalog/product/products/sample.jpg
/products/sample.jpg
3)images are also placed at media->import and image url paths
/media/import/sample.jpg
/sample.jpg
i tried with out image in csv file using 2nd method data will be imported but with image url not able to import the data with images
media/import. Please double check your .csv image fields that they do not have leading slashes, but a relative to themedia/importfolder. Example: for the file/media/folder/sample.jpgthe correct .csv field entry issample.jpg, not/sample.jpg. - Jürgen Thelen