<div dir="ltr">Hi Dieter<br><br>By file object I meant the &quot;OFS.Image.File&quot; kind. I had two problems creating and modifying the file (at least). The first was that the manage_addFile() function that you mention seemed to insist on a os-file like object for the &quot;file&quot; parameter. I got some kind of seek error when trying to supply a string. But I might have done something else wrong. Appart from that I got a security error when I called the File.update_data() function. Using external methods I could call update_data() and import the StringIO python module that allows creating of string based file which I could in turn pass on to manage_addFile().<br>
<br>Well ... it works ... there may be a simpler way as you suggest. If you have some sample code I would like to see it. I am using zope 2.4.something.<br><br>Thanks,<br><br>Jakob<br><br></div>