I have a stupid question, but i was not able to solve it by myself... I want to create objects (folders, images, files) without using the management side of zope. For example i want a generic user be able to put a file in a folder. Thanks, Bruno ______________________________________________________________________ Do You Yahoo!? Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
Brown Fox a écrit : see the Zope Content Manager's guide, page 23 and followings, it explains how to use forms to do things like that. So create a method which make a form (called by the URL you want), in thei method, make a submit button which lance a builder function... but it is well explained in the doc... I think it should work in your case!
I have a stupid question, but i was not able to solve it by myself... I want to create objects (folders, images, files) without using the management side of zope. For example i want a generic user be able to put a file in a folder.
Thanks, Bruno
participants (2)
-
Brown Fox -
Pierre Rougier