Re: [PHP] Re: how do i get a printout of original multipart post data

2007-12-01 Thread Olav Mørkrid
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]

Re: [PHP] Re: how do i get a printout of original multipart post data

2007-12-01 Thread Nathan Nobbe
On Dec 1, 2007 2:13 PM, Olav Mørkrid [EMAIL PROTECTED] wrote: 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. i think this is what youre looking for:

[PHP] Re: how do i get a printout of original multipart post data

2007-11-30 Thread Dan
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,