Closed (fixed)
Project:
Attachment
Version:
master
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2006 at 19:59 UTC
Updated:
13 Sep 2007 at 22:09 UTC
(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
Comment #1
ccourtne commentedAttachment 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.
Comment #2
Rosamunda commentedI 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!!!
Comment #3
telcontar commented