Re: [Zope-dev] Uploading a ImageFile

2000-07-13 Thread Steve Alexander
Andre Schubert wrote: > > Hi, > > i have a question on uploading an image from my Product. > I have a Product in http://server:8080/somewhere/Product. > In my Product i call: > self._setObject(id, File(id,title,'',content_type, > precondition)) > self._getOb(id).manage_up

[Zope-dev] Uploading a ImageFile

2000-07-13 Thread Andre Schubert
Hi, i have a question on uploading an image from my Product. I have a Product in http://server:8080/somewhere/Product. In my Product i call: self._setObject(id, File(id,title,'',content_type, precondition)) self._getOb(id).manage_upload(file) Now the image is on http://ser