[Zope] How can I give the authority of writing in a certain folder
of my Zope to the Anonymous user?
Cliff Ford
Cliff.Ford at ed.ac.uk
Wed Mar 23 05:46:34 EST 2005
Use a multipart form containing a file input type - pick up the content
in the action REQUEST object and do with it what you will. You only need
to give the processing script a proxy role that includes an Add
Documents, Images and Files permission if you want to create a file
object. It is probably a bad idea to let Anonymous users upload files
for storage for later download! Parsing the file to send back some stats
would not require any special permissions.
Cliff
libsvm wrote:
> Dear all,
>
> I want to Anonymous user could upload files to my Zope.
> How can't give the Anonymous user the writing authority in a certain
> folder.
>
> You suggestion will be appreciated.
>
> Denny
>
>
>
> _______________________________________________
> Zope maillist - Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
More information about the Zope
mailing list