its still the same...it will open it in my ms word..ive tried another code:
although it displays all the contents of the file in the browser, it is dis-organized, there were no new line in the display..$filename = "c:\\upload\documents\cdn.doc";
$handle = fopen($filename, "r");
$contents = fread($handle, filesize($filename));
echo $contents;