13 Jul
2000
13 Jul
'00
1:17 p.m.
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