I need similar functionality, i.e. a way for users to specify tags for photos at the same time as they upload them.
But: I also need it to work for *multiple* file uploads on a single front-end form like this:
Photo 1
-----------
Filename:
Title:
Caption:
Tags:
Photo 2
-----------
Filename:
Title:
Caption:
Tags:
Photo 3
-----------
Filename:
Title:
Caption:
Tags:
etc…
In other words I will need some fields such as ‘tag_f1’, ‘tag_f2’, ‘tag_f3’, etc. in the form generated by the {exp:gallery_extended:form} tag.
What I don’t want is a single ‘tags’ field that gets applied to all the photos uploaded on the form.
Can I do this with the current versions of GX2 and Tag?
Thanks!