Hi,
I want to download some files from the I.E 6.
I'm using the folowing code for prompting the download window for downloading the bmp file (KABA-674.bmp ).
"
header("Cache-control: private");
header ("Content-Type: image/bmp");
header ("Content-Disposition: attachment;
filename=filename");
"
The problem with this script is that when ever i click on the popup window, then after some time this error comes.
"
D:\Documents and Settings....\Temporary Internet Files\KABA-674[1].bmp was not found
".
this script is placed on the windows .
the same script is also placed on the linux, But this problem is not there on linux.
What should i do to overcome this problem in windows?
Thanks in advance.
Mush