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. -- http://mail.python.org/mailman/listinfo/python-list