[Zope-dev] Uploading a ImageFile

Andre Schubert andre.schubert@geyer.kabeljournal.de
Thu, 13 Jul 2000 15:17:53 +0200


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://server:8080/somewhere/Product/image right?

But i want the following:

The Product at http://server:8080/somewhere/Product at the uploaded
Image should be stored at
http://server:8080/anotherplace/images/ .

Who could help to program this in my Product.

mfg