HTTP File Download Without User Interaction Using .NET
(Page 1 of 3 )
What can ASP.NET do for you? Well it may allow you to download a file from the server to the client in 8 lines. To find out more, read this article.
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.Next: The Article >>
More ASP.NET Articles
More By C. Prashanth