Re: HTTP PUT request

2008-10-09 Thread DaveV
Ahh - never mind - I misread the first post. Still, it would seem helpful if PUT data was processed in a way that was more readily accessible, such as a PUT dictionary like the POST or GET ones. On Oct 9, 2:09 pm, DaveV <[EMAIL PROTECTED]> wrote: > On Aug 20, 6:13 am, Malcolm Tredinnic

Re: HTTP PUT request

2008-10-09 Thread DaveV
On Aug 20, 6:13 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Wed, 2008-08-20 at 02:29 -0700, zvoase wrote: > > [...] > > > What I'm doing now is changing the method to POST, accessing the > > request.raw_post_data attribute, and then changing the method back to > > PUT. This seems a li