[PHP] RE: Mac IE File download problem - any solutions?

2003-03-26 Thread Philip Hallstrom
You might try... header(Content-Disposition: attachment; filename=$filename); maybe? On Tue, 25 Mar 2003, Daniel Leighton wrote: Actually, I think you may have misunderstood. On Mozilla (Mac), Netscape (Mac) and Safari the script works exactly as I have intended: sending the Content-Type:

[PHP] RE: Mac IE File download problem - any solutions?

2003-03-26 Thread Daniel Leighton
Hi Phillip, If you see the original message it's already in there (it was snipped out in the replies). Here is the code: header('Content-Type: application/octet-stream'); header('Content-Length: '. filesize($file_info['full_file_path'])); header('Content-Disposition: