Hi Gurus,
I'm posting the "multipart/mixed"
type msg to django server,but seems cherrypy can't handle it well.
Any
way to support it? Code snippets are welcome.
PS: I tried to use following lines to get raw request body:
def before_request_body():
cherrypy.request.processRequestBody = False
cherrypy.tools.dont_process_body = cherrypy.Tool('before_request_body', before_request_body)
and turn it on in conf file and also the handler via decorator, both won't work.
Thanks!
--
>: ~