Basically the below is what i want to do in asp.net c#.
Steps
1.Upload the file in parent window.
2.Click "upload" button.
3.The child window pop up.
4.Upload progress running in child window.
5.File upload progress bar is shown in child window
The purpose of doing that is prevent the parent window from being frozen when uploading the file.
My question is, how can i pass the file from parent to child window in order to process it in child window? This is similar to the video upload in facebook. Looking forward for your answer!! thanks!!