Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need a popup kind of window which runs minimized where I am uploading large files. The user should be able to interact with other features of the same page which involves postback and even page redirections. The upload window should continue the process (Like gmail attachment or dropbox) without any interruption. How can this be implemented? I have tried ajax modal pop & jquery ui dialog popups but couldn't achieve the desired result as my page involves lots of postbacks and redirections which cannot be avoided even with update panel.
Posted
Comments
Afzaal Ahmad Zeeshan 30-Jul-15 4:08am    
What have you tried?

A very short answer is, run the upload progress in a separate iframe window.
Member 8787053 30-Jul-15 5:56am    
I tried embedding iframe window in my main page. But if main page refreshes, the iframe also gets refreshed
Afzaal Ahmad Zeeshan 30-Jul-15 6:35am    
Why would you let the main page refresh when everything is being done in the iframe?
Member 8787053 31-Jul-15 3:25am    
The main page has some features and needs redirections and postbacks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900