or only cck file fields?

Comments

quicksketch’s picture

This module only works with CCK fields. In Drupal 7, it's possible for FileField Sources to affect all elements that use the new "managed_file" field type, which can apply beyond the Field module, but even in D7, the user picture is not a managed_file element, so it doesn't work there either.

quicksketch’s picture

Status: Active » Closed (won't fix)

Unfortunately impossible in Drupal 6 and 7, unless you use an ImageField on the user (in which case FileField Sources works like it does for any other field).