Hello there,
Is there any workaround to request an XML-file from local drive?
Example:
paste file path into TextBox: C:\XML_Files\some.xml
-> AJAX request url (TextBox.text)
-> Load XML document from string AJAX.LastData
I tried the above example, it doesn't work - so may be there's some workaround for that. Request from file folder and pasting XML as string will not do in this case.