When the download box pops up and the user selects "Open" Adobe errors out. If the user saves the file and then opens the file. it is fine.
This is only happening in IE6 and on a non-secure server.
There is documentation about this bug but for ssl http://support.microsoft.com/kb/812935
Also, I have tried sending a variety of headers.
Code: Select all
header("Content-type: " . $file_info['file_type'] );
header("Content-Length: " . $file_info['file_size'] );
header("Cache-Control: public, must-revalidate");
header("Pragma: 0");
header("Content-Disposition: attachment; filename=" . $file_info['file_name'] );
http://drupal.org/node/93787
http://elgg.org/trac/attachment/ticket/ ... nload.diff