FileDownload From Web Server

FileDownload From Web Server

am 07.12.2007 00:14:00 von ComputerWeenie

Hello,

I'm not sure if this is the right forum to post this question, but I cannot
find a more relevant forum.

I am using Visual Web Developer and using the FileUpload Control to upload
files to the web server just fine.
But, why is there not a FileDownload Control? How can I allow users to
download files from the web server?



--
ComputerWeenie

Re: FileDownload From Web Server

am 07.12.2007 00:28:56 von reb01501

ComputerWeenie wrote:
> Hello,
>
> I'm not sure if this is the right forum to post this question, but I
> cannot find a more relevant forum.
>
> I am using Visual Web Developer and using the FileUpload Control to
> upload files to the web server just fine.
> But, why is there not a FileDownload Control? How can I allow users to
> download files from the web server?

There was no way for you to know it (except maybe by browsing through some
of the previous questions in this newsgroup before posting yours - always a
recommended practice) , but this is a classic asp newsgroup. ASP.Net bears
very little resemblance to classic ASP so, while you may be lucky enough to
find a dotnet-knowledgeable person here who can answer your question, you
can eliminate the luck factor by posting your question to a group where
those dotnet-knowledgeable people hang out. I suggest
microsoft.public.dotnet.framework.aspnet or the forums at www.asp.net.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: FileDownload From Web Server

am 07.12.2007 01:51:16 von Bob Lehmann

You would link to the file you want to you want to download.

Bob Lehmann

"ComputerWeenie" wrote in message
news:7D92A160-BAC7-46D0-B849-65CC84A511C0@microsoft.com...
> Hello,
>
> I'm not sure if this is the right forum to post this question, but I
cannot
> find a more relevant forum.
>
> I am using Visual Web Developer and using the FileUpload Control to upload
> files to the web server just fine.
> But, why is there not a FileDownload Control? How can I allow users to
> download files from the web server?
>
>
>
> --
> ComputerWeenie

Re: FileDownload From Web Server

am 07.12.2007 09:07:53 von exjxw.hannivoort

Bob Lehmann wrote on 07 dec 2007 in
microsoft.public.inetserver.asp.general:

> You would link to the file you want to you want to download.

Recursive whishlist programming in ASP?

;-)

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)

Re: FileDownload From Web Server

am 07.12.2007 21:51:00 von ComputerWeenie

Thank you Bob.
I will check the references you gave me.

--
ComputerWeenie


"Bob Barrows [MVP]" wrote:

> ComputerWeenie wrote:
> > Hello,
> >
> > I'm not sure if this is the right forum to post this question, but I
> > cannot find a more relevant forum.
> >
> > I am using Visual Web Developer and using the FileUpload Control to
> > upload files to the web server just fine.
> > But, why is there not a FileDownload Control? How can I allow users to
> > download files from the web server?
>
> There was no way for you to know it (except maybe by browsing through some
> of the previous questions in this newsgroup before posting yours - always a
> recommended practice) , but this is a classic asp newsgroup. ASP.Net bears
> very little resemblance to classic ASP so, while you may be lucky enough to
> find a dotnet-knowledgeable person here who can answer your question, you
> can eliminate the luck factor by posting your question to a group where
> those dotnet-knowledgeable people hang out. I suggest
> microsoft.public.dotnet.framework.aspnet or the forums at www.asp.net.
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>
>