On Thu, Sep 15, 2005 at 12:03:32PM -0400, Guest via RT wrote:
Show quoted text>
> This message about CGI-Uploader was sent to you by guest <> via rt.cpan.org
>
> Full context and any attached attachments can be found at:
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=14602 >
>
> Hi Mark,
>
> I've set up multiple file uploads using this module. My form elements look like:
>
> img_1
> img_2
> img_3
>
> I'd like to add img_1_description, img_1_caption, img_2_description, img_2_caption...and have the values of the field inserted into a column called 'description', 'caption'. These columns exist in the file table with all the other metadata.
>
> I'm thinking of looking into extending store_uploads (if possible) to do this. Or is there another way to do this? I looked over the cookbook, docs and code without anything jumping out at me.
Diona,
This may already supported by passing $shared_meta to store_uploads().
However, it's poorly documented I see now.
[ looks further ]... and only works if you want the same extra meta data
for each image.
It's something I would like to support and it needs some help now.
However, this project is lower in my personal interest queue now, so
patches or other collaboration are welcome.
Mark