> I am having trouble with the following function working _with_
> sessions. If I turn off my session checking function it enables you to
> download the file flawlessly, if sessions are turned on then Internet
> Explorer displays an error:
Not sure what is going on, but try viewing the output of your server via a
text-based telnet (IE Un*x).
telnet yourserver.com 80
GET /index.php HTTP/1.0
Hit return twice after that GET line.
And be ready for the data to come spewing out. (IE, pipe it to head, or
re-direct to a file or...)
> header("Content-type: application/download");
Maybe make that application/octet-stream
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]