Is there any way to classify attachments in pages/stories, as we do with the pages itself's?
files are not nodes, so you cannot use the standard stuff like taxonomy to categorize them. however if you really need this feature i am sure you can write something with hook_nodeapi to add the necessary options
Comments
files are not nodes
files are not nodes, so you cannot use the standard stuff like taxonomy to categorize them. however if you really need this feature i am sure you can write something with hook_nodeapi to add the necessary options