Re: [Catalyst] $c->req->body oddity

2008-03-07 Thread Jennifer Ahn
Ian Docherty wrote: Jonathan Rockway wrote: * Ian Docherty <[EMAIL PROTECTED]> writes: I am sending a POST to a Catalyst app and according to the documention I expected the request body to contain the data I sent. Instead it holds a filename in the tmp directory which contains the documen

Re: [Catalyst] $c->req->body oddity

2008-01-26 Thread Ian Docherty
Jonathan Rockway wrote: * Ian Docherty <[EMAIL PROTECTED]> writes: I am sending a POST to a Catalyst app and according to the documention I expected the request body to contain the data I sent. Instead it holds a filename in the tmp directory which contains the document. Is this an expected

Re: [Catalyst] $c->req->body oddity

2008-01-26 Thread Jonathan Rockway
* Ian Docherty <[EMAIL PROTECTED]> writes: > I am sending a POST to a Catalyst app and according to the documention > I expected the request body to > contain the data I sent. Instead it holds a filename in the tmp > directory which contains the document. Is > this an expected behaviour? > > e.g.

[Catalyst] $c->req->body oddity

2008-01-26 Thread Ian Docherty
I am sending a POST to a Catalyst app and according to the documention I expected the request body to contain the data I sent. Instead it holds a filename in the tmp directory which contains the document. Is this an expected behaviour? e.g. in my test script my $request = HTTP::Request->new(PO