This is a migrated thread and some comments may be shown as answers.

Radwindow not showing again with page refresh

1 Answer 79 Views
Window
This is a migrated thread and some comments may be shown as answers.
randall
Top achievements
Rank 1
randall asked on 10 Jul 2011, 02:56 AM
hi,
i have a situation that I would love to hear if anyone knows a solutions.
Here is the issue: 

i have a Radwindow openned that allows user to upload files to my server, once the files are processed they then need to be downloaded back to the local computer.  the problems is on somoe computer IE, i receive a popup notification that informs the user that IE is blocking the download, and if they want to download it they need to verify and accept the it.

no problem so far...

now when the user accepts to download the files from the IE popup, the screen get refeshed and my Radwindow now disappears.
which means all the files they uploaded, are no longer there to retrieve

My question:
is there a way to keep the Radwindow open even though this IE accpt process forces refresh?  even though the refresh happens, it should refresh right back to the page with the radwindow openned....hoever it is not.

any ideas?

thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Jul 2011, 02:49 PM
Hi Randall,

In this scenario, I would suggest to output the download in a separate browser's popup (window.open()) - this way, you would avoid the problem with IE reloading the page (which is a default browser's behavior and cannot be modified with code).


All the best,
Georgi Tunev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Window
Asked by
randall
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or