Subject: How to support multiple file downloads?
Date: 2012-03-05 02:29:29
From: Jon Reis
Source: support-multiple-file-downloads
----------------------------------------------------------------------

I have seen some examples on how to support specifying multiple files to download in one call, but what if the user wants to start a download, and then add a second item?

I have tried issuing a second call to 

client.BeginDownloadFile(item.Text, tempFile, tempFile);    

but this call appears to block presumably until the previous call finishes.

Should I Clone the connection and issue the download on this new connection? What would your recommendation be?

Thanks in advance,
Jonathan

----------------------------------------------------------------------

Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand
If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor
who sold you the license and ask for your money back.

Back to ComponentPro Q&A Forum Index