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




_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to