Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

Re: [PHP] (HELP) Reading a file sent through HTTP From: Fabian Raygosa (fabian <email protected>)
Date: 03/19/01

:)
> Chances are the data will be in $HTTP_RAW_POST_DATA

THANK YOU THANK YOU THANK YOU THANK YOU
THANK YOU THANK YOU THANK YOU THANK YOU
It spit out everything i needed. In the form of a string!!
i had no idea that variable existed. damn my incompetence!! :)
Thanks again. There i go making it overtly complicated
now i can parse the xml_string.
Thanks for the help, that was (hopefully) that last hurdle i had to jump

----- Original Message -----
From: "Rasmus Lerdorf" <rasmus <email protected>>
To: "Fabian Raygosa" <fabian <email protected>>
Cc: "Php-General <email protected> Php. Net" <php-general <email protected>>
Sent: Monday, March 19, 2001 4:25 PM
Subject: Re: [PHP] (HELP) Reading a file sent through HTTP

> > It's coming in as a binary file, as i mentioned before in some examples,
>
> How? Via what? It must be either a POST or a PUT if perl can read it.
> Chances are the data will be in $HTTP_RAW_POST_DATA
>
> -Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>