29 Apr
2002
29 Apr
'02
6:06 a.m.
On Saturday 27 April 2002 03:48, Colin Fox wrote:
I was wondering if anyone had created an object (simlar to the Zope image object) that would let me reference binaries in the database without having to do local file manipulation?
Well... As variant, you can encode to MIME-64 it before, than push all this string to the DB. When you get image, you should decode it before. Python should return just object instance of file. -- ./bo