RE: Downloading
- From: "Wajahat Abbas" <wajahatabbas@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 23 Aug 2005 04:16:05 -0700
Dear kan,
There are many ways to download a web file (remote file). The best way, i
ever invent in dotnet is to do it with webclient object.
This object provides you many methods for download data, you can also
download a file as a data or can also download file using
webclient.DownloadData(URL) method or DownloadFile(URL).
In C# or vb.net you can use this. The other thing, you can also provide
credential for those web location which have some authentication, windows or
whatever.
--
Wajahat Abbas
http://wajahatabbas.blogspot.com
"Kenneth Windish" wrote:
> Hi,
>
> This has probably been discussed before, but I have been unable to find
> anything on it, except an article written in C or C+, or C# and not in VB.
>
> How can I download a file from my web page to a client?
>
> Thanks in advance.
>
> Ken
>
>
>
.
- Follow-Ups:
- Re: Downloading
- From: Kenneth Windish
- Re: Downloading
- References:
- Downloading
- From: Kenneth Windish
- Downloading
- Prev by Date: Re: The Submit button on ASP.NET pages does not work
- Next by Date: Re: Session Cookie not accessible across Sub-Domains
- Previous by thread: Downloading
- Next by thread: Re: Downloading
- Index(es):