On Thu, April 19, 2007 10:28 pm, Myron Turner wrote:
> that should be necessary at this time.  For instance, if it's
> necessary
> to pass in CGI  parameters at the same time as sending out  a file,
> the
> parameters can be tacked onto a query string and they will be packed
> into both the $_POST and the $_GET arrays.

I've lost track of why the OP needs an md5 or whatever it is of the
raw POST data, but MAYBE using an unknown MIME type and putting all
the other args in the URL as $_GET parameters, would leave them with
only the file itself to be "parsed" which would be pretty minimal
parsing...

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to