|
Hi,
I've checked all the sources about
the downloading the files.
It worked out in Netscape
Communicator(4.5).
But I faced this kind of
problem in IE4.0.
When i tried to save the file , file
save dialogue box
didn't popup and
even the file couldn't be
saved or it was not the one that I tried to save if it worked out
.
Is it a IE4.0's bug? Or Did I make a
mistake?
Hopefully If there is a code which
work well in IE4.0 ,
please send me a code.
I would really appreciate it.
Thanks in advance.
Followings are the soureces that I tested .
.
.
.
res.setContentType(
"application/octet-stream;");
res.setHeader( "Content-Disposition", "attachment; filename=" + "aaa.txt"); .
. |
