DataJuggler / BlazorFileUpload

This was originally a wrapper of Steve Sanderson's BlazorFileInput. It has since been upgraded to a wrapper of ASP.NET CORE FileInput
32 stars 11 forks source link

Progress Bar #19

Open Jim-Booth opened 3 years ago

Jim-Booth commented 3 years ago

Is it possible to use the filestream to create an upload progress bar

DataJuggler commented 3 years ago

Yes, and the sample I copied had one and I regret not implementing it. I have been doing more 3D animation just so I don't stare code all day and night. I will see if I can find the sample I used when I updated to .Net 5 and this weekend I will have a look at this.

There are times I think an upload has failed, and right before I give up it finishes. Others might not know to wait.