I am writing a file in the resonse' OutputStream and setting the content
type of the response same as the mime-type of the file. now when this
response is returned to the client :-
If the file is openable in IE, then it should open, otherwise the dialog
should come saying OPen/ save/ cancel etc.
But in my case every file is trying to open in IE, so for binary files like
zip, doc, ppt etc. junk appears on the screen. For binary types actually the
dialog should open.