[Zope] Yet another newbie question (file upload and python scripts)

2006-01-28 Thread Janusz Zamecki
Hi, after googling and RTFM I have no other option but ask you for help. I have the following DTML document: dtml-var standard_html_header form action=3DcheckTheFile method=3Dpost enctype=3Dmultipart/form-d= ata Select the file: input type=3Dfile name=3Dthe_file input type=3Dsubmit name=3Dgo

Re: [Zope] Yet another newbie question (file upload and python scripts)

2006-01-28 Thread David
Janusz Zamecki wrote: Hi, after googling and RTFM I have no other option but ask you for help. I have the following DTML document: dtml-var standard_html_header form action="" method=3D"post" enctype=3D"multipart/form-d= ata" Select the file: input type=3D"file" name=3D"the_file" input

Re: [Zope] Yet another newbie question (file upload and python scripts)

2006-01-28 Thread Andreas Jung
--On 28. Januar 2006 11:20:12 -0800 David [EMAIL PROTECTED] wrote: --- Janusz, Zope objects of meta-type FILE do not have a read(). But with python there always is a way, eg There is no meta-type FILE but only File. But this does not matter in this case since an uploaded file

Re: [Zope] Yet another newbie question (file upload and python scripts)

2006-01-28 Thread Dieter Maurer
Janusz Zamecki wrote at 2006-1-28 10:30 +0100: Hi, after googling and RTFM I have no other option but ask you for help. I have the following DTML document: dtml-var standard_html_header form action=3DcheckTheFile method=3Dpost enctype=3Dmultipart/form-d= ata Select the file: input type=3Dfile