Can I send files through xmlrpc connections?

ookoi sebastien.martini at gmail.com
Sun Aug 28 07:52:57 EDT 2005


hi,

You can try this recipe, it should provides what you need.

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/413404

The key is: xmlrpclib.Binary(my_file_object.read())

-- 
sébastien
http://yadp.sourceforge.net




More information about the Python-list mailing list