Upload images at once

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
I have 3,000 product pictures. How can I upload them as a batch instead of one by one. Is there a script?
Thank you.
13 年 前
Are your pictures related to products in a database?
13 年 前
Yes. The pictures represent the products in the database. If I upload each picture from admin one by one it will takes a lot of time. Is there a fast way to do this?
13 年 前
If your pictures are related to products in a database, an analyzation of both product and picture tables would enable a programmer to write a script that would do everything automatically.
13 年 前
I am a programmer. I am trying to see if anyone already has a script to it...like a picturemanger function.
13 年 前
There are multiple ways of doing this.  What I would suggest is if you would like to use a nice GUI for this feature you can check out http://silverlightuploader.codeplex.com/license. This file uploader works great, you just need to transfer it over to the nop dashboard. Once you have done that which takes about a half hour or so.  There is an area call ExampleFileProcessor, this is where you will need to create your own utilities to insert each image into the DB or into the file tree using using SqlPictureProvider.InsertPicture, this inserts the picture into the db after that call to associate it with a product call the SqlProductProvicer.InsertProductPicture. These should get you rolling on bulk uploading all those images. This is a daunting task but it can be done.
13 年 前
I have a solution that I built into nopCommerce v1.8 to handle the bulk upload.

I have started a thread for the sharing and collaboration for this specifically.

You can visit it at:

https://www.nopcommerce.com/boards/t/6262/ive-integrated-an-excel-bulk-file-upload-into-v18.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.