servlets thread: IE goes loopy
hi,
all,
I am trying the following code to download the file using servlet.It wroks
fine in NS but IE goes loopy after the completion of downloading.
Please tell me if anyother heading is required to be added to the header.
res.setContentType("application/force-download " + "name=\"" +
defaultFileName_ + "\"");
res.setHeader("Content-Disposition","attachment; filename=\"" +
defaultFileName_ + "\"");
thanks
|





