|
Images do not save correctly in Internet Explorer
|
Resolved
|
Affects: Jamroom Core
|
Priority: Normal
|
Created: 03/26/06 16:46
|
Resolved: 03/26/06 16:46
|
Created By: Brian
|
Details
|
When you Right-Click and choose "Save Image" in Internet Explorer, IE prompted you to save the image as a BMP even though the image is a JPEG or PNG image. THe fix for this was the removal of one of the "no cache" headers Jamroom sends out:
header("Cache-Control: no-store, no-cache, must-revalidate");
Removing this line fixes the issue, while not affecting other browsers. This has been changed as of Jamroom 2.67. |
Resolution
|
This has been fixed and is pending release in Jamroom 2.67. |
|
|