The bulk import feature is implemented in V3 which will be released within a month.
If you want to add image to database, please check web\admin\controls\uploadfiles.aspx.cs.
int imageId = DbImage.Add(GetImageBits(imageFile.InputStream, imageFile.ContentLength), imageFile.ContentType);
DotShoppingCart Staff
|