[bugs] [Bug 1269] New - Content-Type/Content-Disposition Header -
don't Save, view aways
bugs at bugs.horde.org
bugs at bugs.horde.org
Sat May 31 15:33:36 PDT 2003
http://bugs.horde.org/show_bug.cgi?id=1269
*** shadow/1269 Sat May 31 19:33:36 2003
--- shadow/1269.tmp.4993 Sat May 31 19:33:36 2003
***************
*** 0 ****
--- 1,30 ----
+ Bug#: 1269
+ Product: Horde
+ Version: 2.2 Stable
+ Platform: MSIE 5
+ OS/Version: Windows 98
+ Status: NEW
+ Resolution:
+ Severity: enhancement
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck at horde.org
+ ReportedBy: marca at grupogsn.com.br
+ URL:
+ Summary: Content-Type/Content-Disposition Header - don't Save, view aways
+
+ /horde/imp/lib/Browser.php
+
+ Iexplorer don't save message source (rfc), or picture. The View is correct, but
+ aways views. Save correct is(The right clause is):
+
+ inline:
+ header('Content-Disposition: inline; filename=' . $filename);
+ header('Content-Type: application/octet-stream');
+ attachment:
+ header('Content-Disposition: attachment; filename=' . $filename);
+ header('Content-Type: application/force-download');
+
+ ----------------------------------------
+ Foz do Iguaçu/PR/Brazil
More information about the bugs
mailing list