1
Hi,
I use Cbb 1.14 and i have problem with IE and you ?
So.. if I upload a file in post and I want to OPEN it after, I have a error with Internet Explorer. I have testing with pdf and doc files.
Configuration :
cbb 1.1.4
Xoops 2.0.9 -> 2.0.13.1
Internet Explorer 6
For testing with Internet Explorer :
1. Add file in post
2. Clic on file for download and clic on OPEN (not SAVE !).
3. Look the error
If i testing with doc file, you can see error.. (temp file on windows ?)
Probleme is here i think :
File : dl_attachment.php
if (preg_match("/MSIE ([0-9]\.[0-9]{1,2})/", $HTTP_USER_AGENT)) {
header('Content-Disposition: inline; filename="'.$file_display.'"');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Pragma: public');
Thak you guys !
I'm a poor french man, i don't speak english
----------------