15 Nov
2001
15 Nov
'01
5:13 p.m.
Hi, localFS is: doku I want to upload to a subfolder: test. Using these codes won't work: <dtml-with "doku.test"> <dtml-call expr="manage_addProduct['OFSP'].manage_addFile (name, file=file)"> </dtml-with> or <dtml-call expr="doku.test.manage_addProduct['OFSP'].manage_addFile (name, file=file)"> or <dtml-with "doku.test"> <dtml-call expr="manage_addFile (name, file=file)"> </dtml-with> or <dtml-call expr="doku.test.manage_addFile (name, file=file)"> What's wrong ? In zope it works just fine but it doesn't if the subfolder is in an localFS. What does: manage_addProduct['OFSP'] mean, got it from a another posting. cu, Frank