cglidden
14-06-05, 08:10 AM
Hello,
I am seeing an issue where file downloads work fine under Firefox (1.0.4) and not under IE6. I have seen this behavior with IE6 on XPSP2, XPSP1, and 2KSP4.
When IE opens a link, it receives the Content-length and other properties just fine, but the filename it attempts to assign is "fileviewer_php?file_id=nn", which it then tries to download, but then fails because it never finds "fileviewer_php?file_id=nn".
I've browsed through fileviewer.php and commented/uncommented some of the header setting lines, but that didn't help.
Some system info:
Fedora Core 2
Apache 2.0.51
PHP 4.3.10 (couldn't upgrade to 4.3.11 because it looks like it requires FC3)
mysql v11.18 Distrib 3.23.58
This was originally dotproject 1.02, which we recently upgraded to 2.0.1.
I have upgraded PHP and mysql to current, as listed above, which may not be 100% current in the universe of available upgrades.
I am guessing the problem lies in IE or fileviewer.php and how it interacts with IE, but I don't seem to have the knowledge to solve this particular problem.
I believe I have the MIME-type properly configured in apache:
application/x-msi .msi
Obviously, this is an .msi I am trying to download.
Any help would be appreciated. I can get any system details you'd like and will clarify any point you find confusing.
I am an experienced linux user, but I would not consider myself a full-fledged admin. I am writing because the full-fledged admin I have access to was also completely stuck by this problem.
Chris
I am seeing an issue where file downloads work fine under Firefox (1.0.4) and not under IE6. I have seen this behavior with IE6 on XPSP2, XPSP1, and 2KSP4.
When IE opens a link, it receives the Content-length and other properties just fine, but the filename it attempts to assign is "fileviewer_php?file_id=nn", which it then tries to download, but then fails because it never finds "fileviewer_php?file_id=nn".
I've browsed through fileviewer.php and commented/uncommented some of the header setting lines, but that didn't help.
Some system info:
Fedora Core 2
Apache 2.0.51
PHP 4.3.10 (couldn't upgrade to 4.3.11 because it looks like it requires FC3)
mysql v11.18 Distrib 3.23.58
This was originally dotproject 1.02, which we recently upgraded to 2.0.1.
I have upgraded PHP and mysql to current, as listed above, which may not be 100% current in the universe of available upgrades.
I am guessing the problem lies in IE or fileviewer.php and how it interacts with IE, but I don't seem to have the knowledge to solve this particular problem.
I believe I have the MIME-type properly configured in apache:
application/x-msi .msi
Obviously, this is an .msi I am trying to download.
Any help would be appreciated. I can get any system details you'd like and will clarify any point you find confusing.
I am an experienced linux user, but I would not consider myself a full-fledged admin. I am writing because the full-fledged admin I have access to was also completely stuck by this problem.
Chris