Here's an example: http://www.djangosnippets.org/snippets/1322/
On Aug 25, 5:43 pm, John <[email protected]> wrote: > > Isn't it just > > request.raw_post_data > > Thanks and I suspected it was that but hoped there might be a little > example somewhere as the docs don't say much only this: > > HttpRequest.raw_post_data > The raw HTTP POST data. This is only useful for advanced > processing. Use POST instead. > > As I am going to be dealing with potentially very large streams in and > out, I need it to access the streams rather than a variable stored in > memory. Any examples of doing this that you know about? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

