thanks, but that won't work. i need to see post data from other people
out there, not my own data. still a mystery to me why php doesn't let
developers see incoming raw data.

On 01/12/2007, Dan <[EMAIL PROTECTED]> wrote:
> ""Olav Mørkrid"" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > hello
> >
> >
> > how can i get a raw and untouched printout of a multipart/form-data
> > POST? i need this to analyze what certain user agents do wrong when
> > uploading files.
> >
> > what happens is that php just fails to put files into $_FILES, and
> > gives no way of seeing the original posting and exactly what is wrong
> > with it.
> >
> > according to the manual, neither "always_populate_raw_post_data" nor
> > <php://input> work for multipart/form-data.
>
> Go get Ethereal http://www.ethereal.com/ start the program, set which
> network card you want to use (you probably only have one), start capture.
> You'll now see all the packets going down the wire.  Go ahead and do the
> post and you'll be able to see the post data.
>
> - Dan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to