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
Fille Upload control and Progress bar
Collapse
X
-
Yes but how to do it?Originally posted by debasisdasYou need to find out the file size and rate of transfer and pass these two to progressbar .Leave a comment:
-
You need to find out the file size and rate of transfer and pass these two to progressbar .Leave a comment:
-
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 advancedTags: None
Leave a comment: