[Zope] Viewing images from a form upload

2006-07-11 Thread vl
I am stuck on trying to preview images that are uploaded from a html form. form method=POST action=py_save_new_image enctype=multipart/form-data input type=file name=file input type=submit name=save value=Upload When the form is submited it sends it to a python script that gets the image

[Zope] copying folder?

2006-07-27 Thread vl
Is there a way to copy a folder on zope, nightly through a cron job and then rename it? I would think I could call lynx or wget from cron with a zope url but I don't know how I would go about doing it. Example of what I want to do: I have a folder in the root of zope called py_scripts I want

Re: [Zope] copying folder?

2006-07-27 Thread vl
Andreas Jung wrote: --On 27. Juli 2006 11:02:11 -0500 vl [EMAIL PROTECTED] wrote: Is there a way to copy a folder on zope, nightly through a cron job and then rename it? I would think I could call lynx or wget from cron with a zope url but I don't know how I would go about doing