Click here to Skip to main content
16,013,322 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a Winforms application that needs to download several video files and graphic files when the program starts up. What would be the best approach to handle this situation? I'm using SQL Server as my DBMS but I don't want to store the files in the DB. I want to store the
files on a remote file server and download from there. All suggestions are welcomed.
Posted

1 solution

You can download files with WebClient.DownloadFile : http://www.csharp-examples.net/download-files/[^]

Your are probably better off putting your files in the setup process if they don't change.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900