MAUI Progressbar should display the progress live
I have a small problem. I am currently working with MAUI and the topic of downloading a file / folder from an API. The download works so far. However, I would now like to display this in a progress bar. However, this only works if the file has already been completely downloaded. However, I would like to be able to view any progress live.
Can you help me with this? Here are 3 code snippets.