1 filefield provides a file field type to CCK.
3 In order to make files show up on a page, you need to do three things:
5 -> Enable the "view filefield uploads" permission for all users that
6 should be able to view these files.
8 -> Add a CCK field of the type "File" to any content type.
10 -> Create a node of this content type, upload some file(s),
11 and set the "List" option for those files that should show up on the node.