Menu

#28 download option is not working

open
nobody
None
5
2003-11-17
2003-11-17
Anonymous
No

transfer--->download

option is not working with file manager but when i
chnage some code in header section... it start workiing

here is the peice of code
*****************************************

if( strstr($HTTP_USER_AGENT, "MSIE 5") && !strstr
($HTTP_USER_AGENT, "Opera"))
{
header("Content-Type:
application/RFC822");
header("Content-Length: ".filesize($dw));
header("Content-Disposition: attachment;
filename=".$file);
}
else
{
header("Content-Type:
application/octet-stream");
header("Content-Length: ".filesize($dw));
header("Content-Disposition: attachment;
filename=".$file);
}v

Discussion


Log in to post a comment.

MongoDB Logo MongoDB