Multiple Images
mariner702 - July 3, 2009 - 07:13
Hi,
Is there a way users can upload multiple images in their user registration or user account edit pages? Currently, users can only upload one picture of themselves when they create an account and I was wondering if there’s a module or some way to allow them to upload as many photos of themselves as they like and then in their profile pages, they have all those images stacked in a thumbnail gallery. Thanks.

This might be
This might be useful
http://drupal.org/project/content_profile
I havent tried it, but at a first glance it seems you can add CCK fields to it - hence you could generate multiple images using the Filefield module. (You could either use the Galleria module to make a CSS stylable gallery out of Filefield uploads, or you could use Imagefield and (optionally) Imagecache and/or Image FUpload)