I want to download a text file in binary mode using the function
header("Content-type: application/octet-stream"); so the browser open the
popup window to let me save the file. It works very well when the connection
is in http mode but when the connection is in https the browser (IE) tells
me that is not possible to download the file. Any idea about how to solve
this problem?
Thanks in advance.

Ago

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to