Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Multiple Image Uploads

Quote Reply
Multiple Image Uploads
I went through some of the discussions on the boards and created another column to upload images. The program lets you upload multiple images in the same field. I am unable to retrive a set of images on a detailed page.

I also created a global "image_name"

sub {
my ($col, $id) = @_;
return $DB->table('Links')->file_info($col,$id)->File_RelativePath;
}


It only picks up the last image that was uploaded. Can someone help please?