Hello;
I am trying to use vee to read a file that is not on the hard drive, but at a web location (such as an html file etc.). I would like to be able to read in any file from the web into an array. If I copy the file to the hard drive, I can use it just fine. I just want to be able to open/read the file from the web the same way.
Any advice?
I would also like to be able to read in a XML file from the web. Is this possible? I am wanting to read in the xml that is provided when I click on a link.
Thanks
Scott
I am trying to use vee to read a file that is not on the hard drive, but at a web location (such as an html file etc.). I would like to be able to read in any file from the web into an array. If I copy the file to the hard drive, I can use it just fine. I just want to be able to open/read the file from the web the same way.
Any advice?
I would also like to be able to read in a XML file from the web. Is this possible? I am wanting to read in the xml that is provided when I click on a link.
Thanks
Scott
For an XML-file you need to use .NET to parse the content of the file but that is another story...