Posted 18 September 2023, 8:55 am EST
Hello everyone, this is my first post here.
I am working on an ASP.Net Web Forms app and i need to download a file with a progress bar showing the download progress.
At the moment i am lost in the various methods i found online and didn’t manage to make one work, other than the old System.IO.File.WriteAllBytes(), which doesn’t allow me to update a progress bar.
Any help?