[Zope] Uploading an image

Oscar Picasso picasso@videotron.ca
Thu, 11 Nov 1999 14:47:51 -0500


I found it. But, before, I had to fight with the syntax. If it could help:

form action=somemehtod....


somemethod:
<dtml-with REQUEST>
  <dtml-with form>
     <dtml-call "manage_addImage('myphoto', 'file')">
  </dtml-with>
</dtml-with>
bla bla

>I wanted to upload image from the local hard disk. I created a form with
>action=my_photo/manage_upload.
>
>I works fine but after submitting the form, I would like to change the
>rendered page : "! Your changes have been saved  ".
>
>Also when I click on Ok, it sends me to my_photo/manage_main.
>
>What can I do to change this behavior?
>


******************************************************
Oscar Picasso
picasso@videotron.ca
******************************************************