IE « Response « JSP-Servlet Q&A





1. Not able to view popup to save xls file(in IE7), writing file into servlet response    stackoverflow.com

I am writing a xls file in servlet response. When user request for file using url "http://localhost:8080/AppName" code is working fine in IE7 however when i am trying with IP("http://10.0.1.54:8080/AppName") instead ...

3. Not able to view popup to save xls file(in IE7), writing file into servlet response.    coderanch.com

Afraid I can't offer an explanation, but what I do know is that IE has what could best be described as a "heuristic" approach to deciding what to do with files when downloaded, and that there are various client-specific configurations that can interfere with this. Personally I would not spend that much time trying to figure it out; I'd just add ...