I'm upgrading a rather ancient Drupal site to 6.x. The upgrade has gone rather well for the most part, however some requirements have changed.

I have a content type with 3 Imagefields for 3 images, however requirements now means we need unlimited images, hence the need for a multiple Imagefield type. The problem is, those 3 old Imagefields contain files, so removing them will destroy data.

Is there a way to combine the 3 fields into a new multiple field, where the existing field data (filepaths I guess) occupies a row of the multiple field's array?