I have a pretty good knowledge of Python, but I am quite
illiterate
when it comes to http protocols, etc. That's why CherryPy
was great
for me because I was able to implement quite a complex Web
application
using very basic CherryPy constructs I got from the
tutorials.
I would like to add an Xmlrpc capacity to my application. I
followed
some simple examples i found on the Web which use the xmlrpc
filter,
and I managed to make them run when my client calls return
simple
objects like numbers, strings, etc. However I would like to
add file
manipulation like uploading and downloading. I tried to
serve a file
using the "cpTools.serveFile" method which works
for a browser, but I
did not find how to read it by an xmlrpc client.
Any hints or examples will be appreciated.
-- tsf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://
groups.google.com/group/cherrypy-users
-~----------~----~----~----~------~----~------~--~---
|