Hello,
I have some problem with header
content-disposition. I want to
put file to browser with a special name
so i wrote script like that :
Header("Content-type: application/octet-stream");
Header("Content-disposition: inline; filename=\"newname.ext\";");
echo $content;
but this code works with NS but not with IE,
does somebody know how to do this correctly
with both browsers?
thanks
Charles