I'm trying to output an HTML page from a simple XML file, but I need to offer this as a service from a website, so users can browse and find the XML file on their local hard drives, and then generate an HTML page.
I think there are some security issues with HTTP not being able to access local files (ie. C:\temp.xml). Is there any other way to pass an XML file from local to a website?
Thanks,
Mark.
I think there are some security issues with HTTP not being able to access local files (ie. C:\temp.xml). Is there any other way to pass an XML file from local to a website?
Thanks,
Mark.