Re: buildZipArchive

"Thorsten" <[email protected]> Fri, 06 May 2011 12:09:08 -0000
Newsgroups gmane.comp.cms.zms.devel
Message-ID <[email protected]>
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.