[Zope] workflow, gdchart

2001-01-19 Thread Klaus Herrmann

HI *!

I have 2 questions on Zope:
(1) I need a configurable workflow management (who approves documents, who may
delete documents, emails send to supervisors etc, all configurable) for Zope.
are there any useable products available or do i have to learn python (seems to
be a good idea anyway) and implement something like this myself?

(2) Is there any documentation out there for gdchart-0.5? i installed the demo
but the interesting parts are broken (at least they appear to be), so i can't
figure out how it all works :-(
any tutorials, how-tos, reference docs etc.?

please CC messages to my address as i'm not acually subscribed to the list.

thanks in advance!

regards,
Klaus

-- 
Klaus Herrmann [EMAIL PROTECTED]
Goelz  Schwarz GmbH, Munich
www.goelz.com
phone:+49 - (0)89 - 544 67 0 22
fax: +49 - (0)89 - 544 67 0 10


___
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] EMail with uploaded attachments

2001-01-23 Thread Klaus Herrmann

Hi Folks!

I have another problem:
I wrote a nice web interface for email feedback etc., but i want to add an
option for attaching files to the emails. how can i do this? i can't get it to
work.
i have this:

form action="send_email" method=post enctype="multipart/form-data"
..
input type=file size=18 maxlength=300
 name="attached_file"
/form

and in send_email:

dtml-sendmail mailhost=fox
To: ...
From: ...
Subject: ...
dtml-mime type=text/plain encode=7bit

plain text

dtml-boundary type=application/octet-stream
disposition=attachment encode=base64
dtml-var attached_file/dtml-mime

/dtml-sendmail

but the only result is that the attachments contains:
ZPublisher.HTTPRequest.FileUpload instance at 88b4df0

what am i doing wrong?

thanks in advance!

bye,
    Klaus

-- 
Klaus Herrmann [EMAIL PROTECTED]
Goelz  Schwarz GmbH, Munich
www.goelz.com
phone:+49 - (0)89 - 544 67 0 22
fax: +49 - (0)89 - 544 67 0 10


___
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] EMail with uploaded attachments, Part II

2001-01-26 Thread Klaus Herrmann

Hi *!

I figured out how it all works with dtml-mime etc, but i still have problems:
How do I determinate the filename and mime-type of the uploaded file?

i have 
input type=file size=18 maxlength=300 name=attached_file
and can get my data with attached_file.read(), but how do i do it when i want
to have filename and mime-type correctly filled in in
dtml-boundary type=??? encode=base64 filename=??? name=???
?

any suggestions?

thanks in advance!

Klaus

-- 
Klaus Herrmann [EMAIL PROTECTED]
Goelz  Schwarz GmbH, Munich
www.goelz.com
phone:+49 - (0)89 - 544 67 0 22
fax: +49 - (0)89 - 544 67 0 10




___
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 )