Fille Upload control and Progress bar

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • GregoryPankov
    replied
    Hello!

    There is no simple way to display a progress information of upload process with using standart ASP.NET 2.0 FileUpload component. ASP.NET Runtime store all uploading files in temporarily location with temporarily name and these files are hard to find.

    So, you can write a HttpModule for parsing request with uploading files but it is not easy to be done.

    Or, you can use third party components:

    Comercial:
    EAUpload .NET by EasyAlgo Software
    ABCUpload .NET by WebSupergoo

    Free:
    AspnetUpload

    Leave a comment:


  • vijayp
    replied
    Originally posted by debasisdas
    You need to find out the file size and rate of transfer and pass these two to progressbar .
    Yes but how to do it?

    Leave a comment:


  • debasisdas
    replied
    You need to find out the file size and rate of transfer and pass these two to progressbar .

    Leave a comment:


  • vijayp
    started a topic Fille Upload control and Progress bar

    Fille Upload control and Progress bar

    HI All,
    I am using File Upload control in Asp.Net 2005.
    But want Progress Bar to watch on uploaded file. Is anybody knows how to use File Upload control with Progress bar in Asp.net 2005

    thanks in advanced
Working...