Jump to content

Uploading Lots Of Images


Recommended Posts

I see a couple of threads about bulk uploading images, but I can't find a solid answer…

 

The CSV importer for Product has a field that wants an URL. I suspect I can use this easily enough if I simply upload all my images to a folder on the system, and then refer to that folder/filename?

 

If so, where is that folder on the server? I looked in /img, but nothing in there seems to be dedicated to products.

 

Can I simply make my own?

Link to comment
Share on other sites

Yes, I believe you should create your folder e.g. import/img and then use path e.g. http:\\www.yourshop.com\import\img\1.jpg etc.

However if you have many products, I guess that there is no shared hosting capable to run big import with many images (memory_limit), so I would recommend installing XAMPP and do the import on localhost. The path to image is then C:\import\1.jpg

Link to comment
Share on other sites

×
×
  • Create New...