Connecting Tech Pros Worldwide Forums | Help | Site Map

Is possible to upload an image from a http link to the server?

Rabbit63
Guest
 
Posts: n/a
#1: Nov 19 '05
Hi:

I just want to know if it is possible to upload an image from a http
link, like "http://www.awebsite.com/images/oneimage.jpg", directly to
the server from an asp.net page.

If yes, where can I find a simple sample to tutorial?

Thanks

Q.

Steve C. Orr [MVP, MCSD]
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Is possible to upload an image from a http link to the server?


You can use the File upload control to upload the file, then there's just
the matter of deciding where to store it.
You might consider storing it in SQL Server as in this example:
http://steveorr.net/articles/EasyUploads.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"Rabbit63" <q.huo@manyworlds.com> wrote in message
news:e%23TlR1P1FHA.2964@TK2MSFTNGP09.phx.gbl...[color=blue]
> Hi:
>
> I just want to know if it is possible to upload an image from a http link,
> like "http://www.awebsite.com/images/oneimage.jpg", directly to the server
> from an asp.net page.
>
> If yes, where can I find a simple sample to tutorial?
>
> Thanks
>
> Q.[/color]


Closed Thread