Read XML file from file server?

DiGital

New Member
I have a static web server that has a webpage that needs to pull data from an XML file (via Javascript) on a file server. However, I can't seem to connect to the file server. If I place the XML file on my web server, it works fine, but not when placed on the file server. In order to read an XML file using HTTPRequest, does the server the XML file reside need to be a web server?
 
Back
Top