on click of upload button, i am setting current cursor to hour glass and then calling a
java method. where i am setting response content type and other parameters to open file upload dialog box.
response.setContentType("application/octet-stream");
now, a windows file upload dialog box is opening. i pressed cancel and get back to the current page. but still hour glass is appearing on the screen.
how can i get notification of the windows dialog box is closed, so that i can reset cursor to auto?