Download file "information bar" IE

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Download file "information bar" IE

Post by icesolid »

I was just wondering if there is anyway to get around that stupid Download file "information bar" in IE.

I currently use headers to send a PDF that is dynamically generated, and everytime it is sent out IE puts up that Download File information bar warning.

Any ideas?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Download file "information bar" IE

Post by requinix »

A real pain, isn't it? Well it is IE so no surprises there.

A way to bypass that bar would defeat the purpose of having it at all, wouldn't it? ;)
So no, no ideas.
Post Reply