| Author |
windows file upload dialog event capture
|
vikas sharmaa
Ranch Hand
Joined: Jun 28, 2007
Posts: 191
|
|
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?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
There is no way to receive such notification.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: windows file upload dialog event capture
|
|
|