Hello,
I saw you can transfer multi image with more_pics_6 but this contribution is for ms2.
I have creload and I would like to know if it's possible to do the same thing.
I made some test before asking.
When I add this in my mysql :
ALTER TABLE `products` ADD `products_subimage1` VARCHAR(64) AFTER `products_image`;
ALTER TABLE `products` ADD `products_subimage2` VARCHAR(64) AFTER `products_subimage1`;
ALTER TABLE `products` ADD `products_subimage3` VARCHAR(64) AFTER `products_subimage2`;
ALTER TABLE `products` ADD `products_subimage4` VARCHAR(64) AFTER `products_subimage3`;
ALTER TABLE `products` ADD `products_subimage5` VARCHAR(64) AFTER `products_subimage4`;
ALTER TABLE `products` ADD `products_subimage6` VARCHAR(64) AFTER `products_subimage5`;
Your soft can add the image.
I think your soft go there to get the image.
In the creload the are like that :
products_image_lrg
products_image_med
.....
Do you think I can do something to get and transfer my image with the creload?
PS : many thank's for this program it's very powerfull for me
And happy new year 2008
Sebastien