Answers
Sep 29, 2007 - 07:08 PM
also it will save you a huge headache knowing that your child window is a read only thread, that's a real good thing.
unfortunately, asp.net is still sequential in nature and spinning off the child window as a new window doesn't exactly cut it.
try this site for multithreading:
http://www.ftponline.com/vsm/2002_11/...
hope this helps!
Oct 11, 2007 - 07:48 PM
The solution I would try would be to do the upload asynchronously. this doesn't block the main thread. And then use events and call backs from the server to notify the client of the status.
Cheers
Peter
Mar 04, 2009 - 05:58 AM
The Quomon Team
Add New Comment