You are here

README.txt in FileField 6.2

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 5 README.txt
  3. 6.3 README.txt
filefield provides a file field type to CCK.

In order to make files show up on a page, you need to do three things:

-> Enable the "view filefield uploads" permission for all users that
   should be able to view these files.

-> Add a CCK field of the type "File" to any content type.

-> Create a node of this content type, upload some file(s),
   and set the "List" option for those files that should show up on the node.

File

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