Hi,

I'm looking for a File/Document manager module that:
uploads files from the local file system
link to files on the web
Both the admin and users should be able to upload/link files.

Show a list of files for each Category.
Like:
Downloads/catA
- item1
- item2

Extra:
Maybe show an icon indicating the type of file.
Maybe show a list of files uploaded this month on the left side
Filter on date

I searched but couldn't find a module that does this.
I don't need file versioning, extern webservers.

Does somebody know a module that does just that?

Comments

Simular posts

There isn't really one

There isn't really one module that does this, though the http://drupal.org/project/fileframework looks very promising. You also might want to take a look at the http://drupal/org/project/webfm and http://drupal.org/project/dbfm modules.

I ended up settling on a document content type, defining some metadata with cck fields, using a cck filefield to hold the documents, and views to create the various listings of files.

===
"Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." - Lao Tzu
"God helps those who help themselves." - Ben Franklin
"Search is your best friend." - Worldfallz

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

ok, fileframework looks

ok, fileframework looks good
I uploaded it but I get an error message next to each line on the modules page.
errMsg: 'Depending on: Array'
I have drupal 5.5 is Array a new feature?
I couldn't find anything for that errMsg.