(1) Is it possible already?

(2) The scenario is this. I have a node which has three different upload areas. For instance, I have a node that is essentially a biography node for an artist. They have three different uploadable options: (1) a bio picture; (2) musical files; (3) cv or resume or misc. files. I'd like on the node's form to have three different upload field items each handled differently. But it looks like attachment.module uses node->attachments for all of their uploads.

Any suggestions? Is there a workaround?

Comments

ccourtne’s picture

Attachment is for attaching files to a node not actually creating a new node types. You may want to look at flexinode which allows you to define new node types on the fly. It does have file field types which can be added to nodes.

Rosamunda’s picture

I need that too.

But not as a new nodetype.
I´ve got a category type that is meant only for certain registered users (using tac_lite).
But a few of those nodes (that are restricted to those roles only) have some attachments each.

Upload module is very useful and easy to use, and I have the possibility to add several attachments to each role.

But I need those attachments to be protected.

I´ve got some other attachments that are meant for anonymous people to see and download them also.

How can I manage this with attachment module?

Thanks in advance!!!

Rosamunda

ps: I´ve read in one or two posts, (maybe three) that there were security issues about attachment and filemanager modules. Are those resolved and the patches added to the latest CVS?
Thanks again!!!

telcontar’s picture

Status: Active » Closed (fixed)