Some of my views need to process arbitrary incoming data that isn't a
normal web request i.e. process an incoming document and return an
altered document.

How do I get a view to process raw incoming data rather than the usual
encoded parameters and form etc?

It is obvious how to do this on output as you create the response
object yourself, but with a request?

Thanks in advance,
John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to