Open a file from URL.

B

Brian Binnerup

Hya.

I have looked trough my classes, and I can't see any way to open a file from
a http url.

File.Open cannot take a url as parameter, but how can it be done then?

Thanks,

Brian Binnerup
 
M

Martin Honnen

Brian said:
I have looked trough my classes, and I can't see any way to open a file from
a http url.

File.Open cannot take a url as parameter, but how can it be done then?

Check System.Net.WebClient, it can download from a URL to a file with a
convenience method. Furthermore there is System.Net.WebRequest.
 
B

Brian Binnerup

Thanks,

I've got it working now ;-)

/Brian

Martin Honnen said:
Check System.Net.WebClient, it can download from a URL to a file with a
convenience method. Furthermore there is System.Net.WebRequest.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top