bretticus;10908796 wrote:Not natively in PHP. You will either need file sharing enabled on the vistor's computer or he or she will need to expose the xml file via a web service running on the visitor's computer.
Hmm I've got a XML file created via a VB Application, I want my web server to read this to work with it... what is the best way of doing so? A web service?
bretticus;10908796 wrote:If you mean an ordinary visitor to your Website than absolutely not. This is why cookies were invented. 🙂 I suppose you could have the visitors in this instance upload the xml file. They'd have to manage where it's stored on their hard drive and remember where it is. This can't really be automated in this instance.
What are you trying to do with the XML file?
As I made it very clear in my first post:
Okay i wont boar you with the details of how my system works and why but what I need to do is get my PHP page on my web server to read a XML document on my visitors computer.
Yes my users will have this in set location such as C:\MyFolder\MyXML.XML"
This is admins and it's in a set location.