Index of /www001/src/ports/www/drupal4-filemanager/work/filemanager
Name Last modified Size Description
Parent Directory 20-Jan-2008 11:07 -
CREDITS 16-Feb-2006 00:16 1k
INSTALL 12-Sep-2006 10:34 1k
LICENSE.txt 12-Nov-2004 09:30 18k
doc/ 14-Sep-2006 02:04 -
filemanager.install 12-Sep-2006 10:34 1k
filemanager.module 13-Sep-2006 23:06 36k
po/ 14-Sep-2006 02:04 -
Description
-----------
This module adds a full featured file management API for your modules to use. This API is module development and does not directly add functionality to your site. This module is required for the attachment module which is an alternative to Drupal's included upload module.
Key Features
------------
* Simultaneous support of both public and private files. Your module can now decide to when to protect a file.
* Support for large numbers of files. This module prevents one directory from having to many files which can cause problems managing the filesystem.
* Duplicate file name support. Your module can manage the namespace instead of being forced to rename files and confusing users.
* Disk space limits can be set by file area allowing different modules to have different limits.