When trying ot load a local configuration file (i.e. stored at the root of the .wgt file) via an XMLHttpRequest, I have the following error message: "Http Error #0".
I tried using following file path, but I always have the error message:
-config.xml
-/config.xml
-./config.xml
-/opt/apps/mUly20V7K5/res/wgt/config.xml
I also tried async and sync with no success.
My question is: can I access local files via XMLHttpRequest and how ?
Thanks