Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
VB.NET General Discussion
how to use file from website
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="jmcilhinney, post: 183586, member: 641"] Your "question" doesn't really make sense. That [ICODE]DownloadFile[/ICODE] method will download data from a remote location to a file on your machine. Once that's done, it is a file like any other and you would use it like any other file. The fact that it was downloaded is irrelevant to how you use it. That has no relationship whatsoever to [ICODE]WriteAllBytes[/ICODE]. That method will save the contents of a [ICODE]Byte[/ICODE] array to a file. Again, once that's done, it's a file like any other. These are two methods of creating a local file. They are not used together. Please provide a FULL and CLEAR explanation of what you're trying to achieve, rather than how you're trying to achieve it. If we know that then we can tell you the best way to achieve it. It will not involve calling [ICODE]DownloadFile[/ICODE] and [ICODE]WriteAllBytes[/ICODE] together because that's not the best way to do anything useful. [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
VB.NET General Discussion
how to use file from website
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom