So, I have an HTTP client get request in Angular to get certain specific data from the server endpoint (which is in Python and uses the falcon framework). I need to see the upload progress of the data on a progress bar depending on the data size. Is there a way this could be possible?