I have a download link, which downloads a file say "down.exe" from some path say "://root/download/down.exe".
The "down.exe" is just placed at server path "/download/"
Is there any JavaScript methods, to get the download complete event in this case?
Or if I have do some other methods, please suggest me..