Hi,

Thanks, yes you are right this a subset of users and passwords should be used. I need to think about how they check for space. I am hoping that most of their files are small. Most will be images and wave files. Thanks again.


Larry


--- On Mon 12/01, The Count < the.count@count0.dyndns.org > wrote:

From: The Count [mailto: the.count@count0.dyndns.org]
To: lmcdonnell@iwon.com
Date: Mon, 01 Dec 2003 16:10:03 +0100
Subject: Re: [Zope] Add file

On Mon, 1 Dec 2003 08:56:00 -0500 (EST), wrote:

> What do I need to do to place "Add File" as a link on the menu.

You could create an object with a proxy setting of "manager" and make it create the File,
but are you sure you wish to upload files given by anybody accessing your server?

I guess you have a files/upload/index_html or somesuch displaying a form with action="do_the_upload", then that do_the_upload would have to be assigned manager-proxy-setting;
that means it acts as though it were a Manager, even though "Anonymous User" is requesting it.

Some form of authentication would be HIGHLY advisable!

At least limit the size of possible uploads (form attribute) and better still check for diskspace beforehand;
BTW what'd be the most elegant way to find out available diskspace?? External Method?

--
The Count
Enjoy Your Web!