Reputation: 38465
Is there any tutorial out there on how to write a FileUpload in asp.net with a progress bar? i cant find any of if there is a free component that would also work!
Upvotes: 1
Views: 7179
Reputation: 63445
I have used NeatUpload on one of my projects in the past. I have not had any issues with it since I got it working.
The software is free and covered under LGPL License which is great if you're going to use this for work.
Upvotes: 1
Reputation: 8037
The FileUpload control that ships with ASP.NET just transfers the file with the request payload. Therefore the only progressbar you'll get with it is the one at the bottom of your browser. You'll have to go with a 3rd party solution.
Upvotes: -1
Reputation: 26972
I found a few different options out there. I haven't used any of them, but I will most likely look into the 3rd option here in the near future.
This post can also be found here...
Upvotes: 3