XML-RPC -- send file

codecraig codecraig at gmail.com
Tue Apr 19 10:39:29 EDT 2005


Hi,
  I want to use XML-RPC to send a file from client-to-server or from
server-to-client.  I know XML-RPC supports, int, string etc...not
objects.

  I thought i read somewhere that by using pickle or something, that u
could get a string representation of your object (or a file in my case)
and send that.  Any ideas?

thanks.




More information about the Python-list mailing list