Yao, Minghua wrote:
> Yes. I did modify the original since I need to send data to a program
> which takes only form-data.
> "content-disposition: " came from RFC 2388. I don't think the program can
> take application/x-www-form-urlencoded content. Further help needed.

Try it the old way -- I suspect you broke things by changing it around...

You definitely need the $name= and the urlencode of the value, however.

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to