I'm attempting to add an additional field to images. e.g. position, left or right.
So the user can add multiple images and specify left or right position.
In Drupal 6, one would use imagefield_extended or cck multigroup.
Using Drupal 7, how do you add fields associated with images?
The user should be able to reorder these images and their associated data on the node/add or node/edit screen.