Hi all.
I'm developing a servlet that tries to attach a file in the response. Everything is running ok, the file gets attached and the client browser shows the Open/Save dialog. The problem comes here.
When using IE5.0 or IE6.0 I need to press twice the Open button to get the file downloaded. I thought at first that it was an IE problem, but now I'm suspecting I'm making a mistake at some point while attaching the file.
I've also seen this problem surfing the wev trying to download files from some sites. I've been searching some forums about this with no results.
Anyone has any clue on what's happening?
Thanks in advance.
Dian
I'm developing a servlet that tries to attach a file in the response. Everything is running ok, the file gets attached and the client browser shows the Open/Save dialog. The problem comes here.
When using IE5.0 or IE6.0 I need to press twice the Open button to get the file downloaded. I thought at first that it was an IE problem, but now I'm suspecting I'm making a mistake at some point while attaching the file.
I've also seen this problem surfing the wev trying to download files from some sites. I've been searching some forums about this with no results.
Anyone has any clue on what's happening?
Thanks in advance.
Dian