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
[395 byte] By [alwaysnaga] at [2007-11-20 6:26:49]
# 1 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/File_Upload_Progress_Bar.asp

hth,
mcm
mcmcom at 2007-11-9 11:52:42 >