You are here

README.txt in FileField Sources 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
-----------------
FileField Sources
-----------------

Description
-----------
FileField Sources is a module that enhances the generic and image upload fields
in Drupal. Typically such fields only allow you to upload a file from your
desktop. FileField Sources makes it so that you can populate any file field
from a variety of sources, such as entering remote URLs directly, re-use
existing uploaded files, pull from a server directory, or a variety of other
possibilities.

This module built by Robots: http://www.lullabot.com
Author: Nathan Haug (quicksketch)

Requirements
------------
1) Drupal 7.36 or greater is required beginning in FileField Sources 7.x-1.10.

Installation
------------
1) Place this module directory in your modules folder (this will usually be
   "sites/all/modules/").

2) Enable the module within your Drupal site.

3) Add or configure an existing file or image field. To configure a typical node
   field, visit Admin -> Structure -> Content types and click "manage fields"
   on a type you'd like to modify. Add a new file field or edit an existing one.

   While editing the file or image field, you'll have new options available
   under a "File sources" fieldset. You can enable the desired sources for that
   particular field.

4) Create a piece of content that uses your file file and try it out.

Support
-------
Please file bug reports in the FileField Sources issue queue. Do not use the
Drupal.org forums or send bug reports via e-mail.
http://drupal.org/project/issues/filefield_sources?categories=All

File

README.txt
View source
  1. -----------------
  2. FileField Sources
  3. -----------------
  4. Description
  5. -----------
  6. FileField Sources is a module that enhances the generic and image upload fields
  7. in Drupal. Typically such fields only allow you to upload a file from your
  8. desktop. FileField Sources makes it so that you can populate any file field
  9. from a variety of sources, such as entering remote URLs directly, re-use
  10. existing uploaded files, pull from a server directory, or a variety of other
  11. possibilities.
  12. This module built by Robots: http://www.lullabot.com
  13. Author: Nathan Haug (quicksketch)
  14. Requirements
  15. ------------
  16. 1) Drupal 7.36 or greater is required beginning in FileField Sources 7.x-1.10.
  17. Installation
  18. ------------
  19. 1) Place this module directory in your modules folder (this will usually be
  20. "sites/all/modules/").
  21. 2) Enable the module within your Drupal site.
  22. 3) Add or configure an existing file or image field. To configure a typical node
  23. field, visit Admin -> Structure -> Content types and click "manage fields"
  24. on a type you'd like to modify. Add a new file field or edit an existing one.
  25. While editing the file or image field, you'll have new options available
  26. under a "File sources" fieldset. You can enable the desired sources for that
  27. particular field.
  28. 4) Create a piece of content that uses your file file and try it out.
  29. Support
  30. -------
  31. Please file bug reports in the FileField Sources issue queue. Do not use the
  32. Drupal.org forums or send bug reports via e-mail.
  33. http://drupal.org/project/issues/filefield_sources?categories=All