CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: File Upload...

  1. #1
    Join Date
    Sep 2006
    Posts
    27

    Question 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

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    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
    rate my posts!
    mcm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured