Access file on server

Hi,

I have a folder structure like this on a server:

Folder - xml file
-Folder
–Folder
—Folder - Webplayer files

I have an XML file in the top folder that I want to pull into Unity.

In my script within unity I am using the following code to access the XML: var www = new WWW (“…/…/…/checklist.xml”);
However, it isn’t working.

Can anyone help me out?

Did you load xml successful with full path?
If not, please check the permission

Could you elaborate on the permissions?

like it already public to access through www or not
Did you success to load with full http path?

I am uploading it to SCORM Cloud, so I can’t work out the URL beforehand to try the full path.
I can make it work locally with a complete path, however.

I think you can use WAMP or XAMPP to test on local