Hey There! I'm using Synapse to download files from the internet, however I need to be able to update a progressBar so that my UI doens't just stay on a blocked state when the file is downloading and so the user knows how much is left before the file downloads. I'm using:
HTTPMethod('Get', 'myURL')
.
It downloads correctly, but I can't seem to figure out how to update the progressBar while the file is downloading. Any ideas?