HTTP File Download Without User Interaction Using .NET (Page 1 of 3 )
There are thousands and thousands of sample code available on the net which helps you to download files from the server. A common problem (depends on the perspective of the user) with all this code is that, it needs user intervention to save the file on the hard disk and it doesn’t display a progress bar but what if user always wants to save the file to same path. This article aims to address this problem with an appropriate solution.