download_attachment.php IE8 download error
Posted: Fri Jan 11, 2013 9:06 am
Script URL:
Version of script: 2.4.1
Hosting company: Private
URL of phpinfo.php:
URL of session_test.php:
Write your message below:
I found and error that only shows up on IE8
It was not possible to download attachments from hesk in IE8, an error i havent seen before.
"You cant download from the site XXXX it does not exits or...
the fix is
In download_attachment.php add
header("Pragma: "); in the header part. just after line 123
Hope this helps some one else.
/rolf
Version of script: 2.4.1
Hosting company: Private
URL of phpinfo.php:
URL of session_test.php:
Write your message below:
I found and error that only shows up on IE8
It was not possible to download attachments from hesk in IE8, an error i havent seen before.
"You cant download from the site XXXX it does not exits or...
the fix is
In download_attachment.php add
header("Pragma: "); in the header part. just after line 123
Hope this helps some one else.
/rolf