Download multiple files from an array C#

Posted by Sandeep Bansal on Stack Overflow See other posts from Stack Overflow or by Sandeep Bansal
Published on 2010-03-22T14:13:46Z Indexed on 2010/03/22 14:21 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

Hi everyone,

I have an array of file names which I want to download.

The array is currently contained in a string[] and it is working inside of a BackgroundWorker.

What I want to do is use that array to download files and output the result into a progress bar which will tell me how long I have left for completion.

Is there a way I can do this.

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about webclient