I've read lots of information on the web regarding this and and plenty on stack overflow. Sadly, nothing worked.
Symptoms:
Hints/information i know of:
What i tried:
I'm really stuck at all this, i have no way of finding out why IE6 only cannot download files in this new version, i've done all i could and worked on this issue for hours without having more clues.
If you have any information or more hints i could look at, could be really helpful, thanks!
Edit #1
File types are any types possible, but my tests are around: text/plain, application/pdf, Outlook message files
You can try header('Content-Type: application/force-download');
. This may help you.