[Zope] ZPublisher only solution ?

Jessica Niewint j.niewint@kiosco.org
Mon, 02 Dec 2002 15:15:18 +0100


  I worte an external method ReadFile (open, read ,close) to insert a file 
to Zope (with :result=context.ReadFile(filepath)
container.manage_addProduct['OFSP'].manage_addFile(fileid,file=result,content_type='application/pdf'))
My problem is now if I insert an URL (because my file will be created 
dynamically) instead of an path  it does not work ... want can I do ?