[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting
nobody@nowhere.com
nobody@nowhere.com
Mon, 16 Sep 2002 18:44:48 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#2-15
---------------
Suppose you'd like to have a script that takes a file you upload
from a form and creates a Zope File object in a folder. To do this
you need to know a number of Zope API actions. It's easy enough to
read files in Python or Perl, but once you have the file you need
to know what actions to call to create a new File object in a
Folder.
% Anonymous User - May 31, 2002 11:55 am:
Boy, some examples sure would be nice here.
% Anonymous User - June 25, 2002 1:26 pm:
+1
% Anonymous User - July 15, 2002 11:41 am:
Some examples really needed here ! :)
% Anonymous User - Aug. 27, 2002 11:56 am:
Ditto...
% Anonymous User - Sep. 16, 2002 6:44 pm:
I have an idea: some one think up some examples!