Possible Duplicate:
upload a file to server without using a form?
POSTing a file via PHP curl
I have a xml file with me which is of size 10 KB. how can I send this xml file's content using http post method to some other page at other domain ? I am using PHP 5.3 in Windows with XAMPP and I can use the CURL extension. I cannot use the Http_Request method which can be used after placing the php_http.dll. Can someone help with any alternatives using native PHP or CURL extension, so that I can post this xml content to some place using http and http request.