Re: buildZipArchive
"Thorsten" <[email protected]> Fri, 06 May 2011 12:54:06 -0000
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
well, starting with the thin contextual information on your problem: Find out the difference between "myImage" and "exportfile", the latter seems to be unkoscher ... --- In [email protected], Thorsten Weber <tweber@...> wrote: > Nop. > Sorry ... but this does not the trick. :( > and as I said: it works with images. > > Any other ideas? > > > Am 06.05.2011 um 14:09 schrieb Thorsten: > > > might be a missing > > <dtml-call "setObjStateModified(REQUEST)"> > > before setObjProperty()? > > > > Greetings, tf > > > > --- In [email protected], Thorsten Weber <tweber@> wrote: > > ... > > > I am trying to generate a zip file on server and store it in archtype file field. > > > > > > <dtml-call "setObjProperty('zip_file',exportfile,lang)"> > > > > > > I followed this article (http://www.zms-publishing.com/dokumentation/magic/zip_archive_erstellen/index_ger.html) > > > but unfortunately it does not work for me: > > > > > > I can see on server the temp dir and in it the file to be zipped and the py-script returns exportfile but i dont get it stored in zms file field. > > > > >