-
File Upload...
Hi,
I am using asp.net file upload control to upload file from the client to the server.... all are working fine....
I just want to get the percentage of uploading and I want to show the percentage of uploading file in the website...
just like a progress in percentage...
Any idea how to get that?
plz help me...
Thanks in Advance...
Nagarajan
-
Re: File Upload...
you need to intercept information by using the HttpWorkerRequest in order to have anything update while a process (like uploading) is already executing.
heres a link that should help:
http://www.codeproject.com/aspnet/Fi...ogress_Bar.asp
hth,
mcm