You are here

README.txt in FileField 6.3

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 5 README.txt
  3. 6.2 README.txt
FileField provides an "File" field type to CCK. It provides many advantages over
the Drupal core "Upload" module including:

 * Per-field upload control (file extensions, file size).
 * Per-node upload size limits.
 * Multiple fields per content type.
 * Customizable paths for saving uploads (plus token support for dynamic paths).
 * Icons for uploaded file types.

FileField was written by Darrel Opry (dopry).
Maintained by Nathan Haug (quicksketch) and Andrew Morton (drewish).

Dependencies
------------
 * Content

FileField also provides additional features when used with the following:

 * ImageField (See an image preview during editing.)
 * Token (Generate dynamic paths when saving images.)
 * ImageCache (Create thumbnails of images on output.)

If your site is any larger than a personal blog, you should definitely install
the following modules to increase the security and stability of your uploads.

 * Transliteration (Convert unsafe characters to file system safe names.)
 * MimeDetect (Check the content of files to ensure they match the extension.)

Install
-------

1) Copy the filefield folder to the modules folder in your installation.

2) Enable the module using Administer -> Site building -> Modules
   (/admin/build/modules).

3) Create a new file field in through CCK's interface. Visit Administer ->
   Content management -> Content types (admin/content/types), then click
   Manage fields on the type you want to add an file upload field. Select
   "File" as the field type and "File" as the widget type to create a new
   field.

4) Upload files on the node form for the type that you set up.

File

README.txt
View source
  1. FileField provides an "File" field type to CCK. It provides many advantages over
  2. the Drupal core "Upload" module including:
  3. * Per-field upload control (file extensions, file size).
  4. * Per-node upload size limits.
  5. * Multiple fields per content type.
  6. * Customizable paths for saving uploads (plus token support for dynamic paths).
  7. * Icons for uploaded file types.
  8. FileField was written by Darrel Opry (dopry).
  9. Maintained by Nathan Haug (quicksketch) and Andrew Morton (drewish).
  10. Dependencies
  11. ------------
  12. * Content
  13. FileField also provides additional features when used with the following:
  14. * ImageField (See an image preview during editing.)
  15. * Token (Generate dynamic paths when saving images.)
  16. * ImageCache (Create thumbnails of images on output.)
  17. If your site is any larger than a personal blog, you should definitely install
  18. the following modules to increase the security and stability of your uploads.
  19. * Transliteration (Convert unsafe characters to file system safe names.)
  20. * MimeDetect (Check the content of files to ensure they match the extension.)
  21. Install
  22. -------
  23. 1) Copy the filefield folder to the modules folder in your installation.
  24. 2) Enable the module using Administer -> Site building -> Modules
  25. (/admin/build/modules).
  26. 3) Create a new file field in through CCK's interface. Visit Administer ->
  27. Content management -> Content types (admin/content/types), then click
  28. Manage fields on the type you want to add an file upload field. Select
  29. "File" as the field type and "File" as the widget type to create a new
  30. field.
  31. 4) Upload files on the node form for the type that you set up.