Index of /www001/src/ports/www/drupal4-attachment/work/attachment

      Name                    Last modified       Size  Description

[DIR] Parent Directory 20-Jan-2008 11:07 - [   ] CREDITS 10-Apr-2005 19:24 1k [   ] INSTALL 28-Oct-2005 14:36 1k [TXT] LICENSE.txt 12-Nov-2004 09:30 18k [   ] attachment.install 12-Sep-2006 11:06 1k [   ] attachment.module 28-Sep-2006 10:02 15k [DIR] po/ 22-Sep-2006 18:01 -

Description
-----------
This module is an alternative to Drupal's included upload module. It uses the
filemanager module to allow a unique namespace per node and support large
number of files. In addition this module allows you to give each attachment a
title and description.

Features
--------
* Unique namespace per node - This allows each node to have it's own file list
  completely separate from other nodes. This prevents your users from getting
  confusing file renames when someone else has already uploaded a file with the
  same name.

* Thread safe - This module prevents users from accidentally seeing other users
  uploads upload issue

* Disk space control - Prevents users from filling up your disk during node
  creation. Standard upload module relies on session timeouts to clear out
  unused files. Attachment does clean up before each upload attempt.