RaviNada Kiran wrote:Surya , you might have noticed after the download completes it either makes some sort of sound . (This is contrast from your browser may be javascript)
typical download are completely controlled by the browser with very little control in code. The sound that you hear is made by the browser - no JavaScript/JSP is involved. Unless you are completely streaming the download I not sure if you can find out if its complete or not.
Yes Ajax is a pretty neat technology but how do you find out if the download is complete or not using Ajax? Unless you mean to say that your Servlet/JSP is streaming the data to the user?