[Zope] Trying to Upload a File
Dieter Maurer
dieter@handshake.de
Wed, 31 Jan 2001 21:28:03 +0100 (CET)
Yvonne Totty writes:
> ...
> File C:\Program Files\ATIAnywhere\lib\python\Products\LocalFS\LocalFS.py,
> line 336, in _save_File
> (Object: Price_00.pdf)
> File C:\Program Files\ATIAnywhere\lib\python\ts_regex.py, line 144, in
> search
> TypeError: read-only character buffer, ImplicitAcquirerWrapper
It looks like wrong parameter passing to "manage_addFile".
"_save_File" gets a Zope object (the Implicit...Wrapper)
where it expects a string (the read-only ... buffer).
Dieter