It would be great if Term Fields would support multiple file uploads per term file field. Several taxonomy items I use have a need for 2 or 3 files to be attached to each taxonomy.

Comments

hillaryneaf’s picture

I'm no PHP coder, but I'll take a look at the filefield module and this module and see if I can find a way to hack together a work around to allow for multiple file field attachments.

Does anyone else require this functionality or care to help out with it?

zbombicz’s picture

subscribing

b-prod’s picture

Version: 6.x-1.14 » 6.x-1.x-dev

Actually I am not sure it could work, because Term fields uses a single way to store the data into the database, and does not handle multiple fields (not only for file fields).
Filefield relies on CCK, which is specially related for nodes (in D6, not in D7), and will not work as you expect.

b-prod’s picture

Status: Active » Closed (won't fix)

Such functionnality could be implemented in the 2.x branch, but I will not handle such feature, because of the time required for maintaining the main code.
If someone want to handle that, I would be happy to help him.