After reading the HTTP RFC document, I have found the answer to this question. First, IE and Netscape browsers react differently to the Content-Type: application/octet-stream header.
For Netscape 4.x and 6.x, when it encounter this header, it will show the 'Save' dialog.
For IE, when it...