Hy there!
I hope I’m in the right topic.
I’m trying to make an Import for a picture list and cannot get it running..
What I do:
•  I save the picture in “\content\images\thumbs\0000010_xxxxx.png”
•  I add one Row in table “pictures”
o  Id||PictureBinary||MimeType||SeoFilename||AltAttribute||TitleAttribute||IsNew
o  10||NULL||image/png||xxxxx||0
•  I add one row in “Product_Picture_Mapping”
o  Id||ProductId||PictureId||DisplayOrder
o  5||1||10||0
Picture storage ist set to disc
… and it does not work. What is missing or what is wrong?
I also tried to copy one row in “Pictures” and insert it and modified it and also not working