ASU Web Community

Drupal File Sharing

Tuesday, June 17th, 2008 - 9:13 am
  • ppuleo

Has anyone come across a robust file sharing module for Drupal? The included fileshare module provides only the most basic upload, download and delete functions, and users are allowed to upload files with illegal characters in their names. The Drupal.org forum hasn't been much help.

Thursday, August 21st, 2008 - 12:23 pm
  • jjrosent

Can you be more specific about your needs? I do agree though that Ive found file support beyond attaching a file to content to be rather poor. I do know that IMCE which is a php library is easily integrated into drupal.
http://drupal.org/project/imce
It allows filespaces and uploads separate from drupals file upload module. Not sure if it does what you want though.