dhtmlxVault

I’m trying to use dhtmlxVault. My host provides php support but I keep getting an ERROR when I when trying to upload a file I believe it’s the path. I’m not too familiar with php I’m a coldfusion guy, could you show me an example of how a path should look when someone is hosting your site. Ex. $target_path = ‘???’; . Do I still use c:\ or just slashed \wwwroot\


For Windows platform use $target_path = ‘c:\upload\’;



For Linux platform use $target_path = ‘/usr/local/upload/’;