Re: [PHP] HTTP_POST_RAW_DATA problem

2003-10-16 Thread Raditha Dissanayake
Hi, You will most probably need to send a content type other than mulitpart/form-data for it to work. When you do you will find that the variables may not be populated. Manuel Vázquez Acosta wrote: Oh! Thanks, I'm using cURL to send the post, I will check if I send a content-type header. Man

Re: [PHP] HTTP_POST_RAW_DATA problem

2003-10-16 Thread Manuel Vázquez Acosta
Oh! Thanks, I'm using cURL to send the post, I will check if I send a content-type header. Manu. "Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > RAW_POST_DATA does not get populated for known content types. That's why > i got a little help from perl wh

Re: [PHP] HTTP_POST_RAW_DATA problem

2003-10-15 Thread Raditha Dissanayake
Hi, RAW_POST_DATA does not get populated for known content types. That's why i got a little help from perl when building the megaupload progress bar. Manuel Vázquez Acosta wrote: Hello: I'm running into a problem when trying to get $HTTP_POST_RAW_DATA; it always returns NULL althought my php.i