File upload - Progress bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am implementing file upload - progess bar using IHttpModule

When uploading file, the web page starts uploading file after some delay
depending upon the size of the file selected. If the file size is small page
may do it faster and if the file size is big the process will take some time,
I am not refering the actual movement of the file but the process it takes to
start itself. How can I identify when excatly this process starts?

ASP.NET 2.0 /C#

Thanks

Any help will be appreciated

Raj
 
Hello,

Do you have an example of how to do an upload with progress bar to SQL in
asp.net?

If you do can you post it or email me.

at

jouin<AT>webfoxmail<.>com

Thanks,

Jack
 
Back
Top