Hi, I'm doing a mass import in a conversion from an old cart to UC. I have the logic for grabbing data and creating my product nodes, but I have not yet figure out how to create multiple images per product. The images are on the file system of the server, so I can easily copy them to their final home in Drupal using PHP, I'm just not sure if I can create the image data properly in my code.
Anyone done something like this? Any pointers?

