aharef wrote on 7/15/2008 5:08 AM:
* the file is actually displayed in the browser :( But thats solvable PHP-Offtopic ;)
You'll want to serve the file with the Content-Disposition header set to "attachment" -- the headers should look something like this: HTTP/1.0 200 OK MIME-Version: 1.0 Content-Type: application/xml; authoritative=true Content-Disposition: attachment; filename="myFile.xml" X-Download-Options: noopen Content-Length: 1024 - Bil