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.

Thanks, Sangamesh

Go to the complete details ...