But after it logs "Call copy" it sits for quite a while. I assume this is because the file is actually downloading at this point.
I'm wondering if my assumption is correct? If so - is there any way that I can display the download progress periodically while the file is downloading?
I am attempting to pull down a fairly large file (2 GB).
I took your example and added some logging:
But after it logs "Call copy" it sits for quite a while. I assume this is because the file is actually downloading at this point.
I'm wondering if my assumption is correct? If so - is there any way that I can display the download progress periodically while the file is downloading?