We would like to use filefield_sources and imce to allow users to select a folder on our Drupal server and save that folder path and filename in a File field. Using the "File browser" feature allows us to browse folders on the Drupal server, but only allows the selection of regular files. We would like to allow selection of folders as well.

What would be the best way to achieve this feature?

Thanks,
Bill Parod
Northwestern University

Comments

quicksketch’s picture

Status: Active » Closed (won't fix)

While potentially possible, I don't think we'll be adding this feature to the module. Taking this approach would require us to rebuild the multi-file handling provided by FileField/CCK and add quite a it of overhead. For Drupal 7 users, you might look into http://drupal.org/project/filefield_sources_plupload, which allows multiupload from the desktop (and if offloads the complexities of multi-file handling to plupload module).