Re: [Zope] DTML method to add a folder and put image inside

2000-07-08 Thread Dieter Maurer

John Verzani writes:
 > Zope has me stumped.
 > 
 > I want to make a _simple_ form and process to add a folder then insert 
 > into that folder some properties and an image. Here is what I am
 > trying with my DTML method for processing the form request:
 > 
 > 
 > 
 > 
Try 
 > 
 >   
 > 
 > 


Dieter

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] DTML method to add a folder and put image inside

2000-07-07 Thread John Verzani

Zope has me stumped.

I want to make a _simple_ form and process to add a folder then insert 
into that folder some properties and an image. Here is what I am
trying with my DTML method for processing the form request:





  









I thought by using the  and the folder id that the
subsequent manaage_add* would add to the newly created folder. I know
I'm on the right track for when I hardcode the folder name (replace
REQUEST['id'] with a string) what I want to do works.

Thanks for any help.


-- 

.  John Verzani  mailto:[EMAIL PROTECTED]  .
.  Dept. of Mathematics  http://www.math.csi.cuny.edu/~verzani .
.  City University of New York tel: (718) 982-3623 .
.  College of Staten Islandfax: (718) 982-3631 .
.  Staten Island, NY 10314 .


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )