Hi,
I have a web application where users typically have to download large PDF
files. However, when they do this, their browser typically attempts to
immediately open the file. This is a problem because when the browser does
this, it does not give any indication of how long the download is taking,
and then the user thinks his browser is 'locking up' because all he/she sees
is a blank white screen.
I tried setting the mime type for .pdf to application/x-unknown, but this
does not seem to fix the problem within IE. I even verified the correct mime
type is being served by using http://web-sniffer.net, and it is being served
with the application/x-unknown MIME type.
Is there anything else that I can do, short of either modifying the web
application or asking the users to change their browser settings (neither of
which can happen)?
Thanks!
-Mike