R
Roberto López
Hi,
I´m doing an asp.net application that uploads and downloads files and
folders between the client and the server on my intranet. To do this I have
create threads and it runs Ok but I need to show to the user the progress of
the operation and here is the problem. I try to access to the Session
Variables from inside the thread to show it on a page that automatically
refresh, BUT, I have discovered that there is no access to the httpcontext
from inside the new thread. Is there any other way to do this??
Thanks a lot.
I´m doing an asp.net application that uploads and downloads files and
folders between the client and the server on my intranet. To do this I have
create threads and it runs Ok but I need to show to the user the progress of
the operation and here is the problem. I try to access to the Session
Variables from inside the thread to show it on a page that automatically
refresh, BUT, I have discovered that there is no access to the httpcontext
from inside the new thread. Is there any other way to do this??
Thanks a lot.