Categories | Question details Back To List | ||
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\ Answer posted by Support on Aug 14, 2009 09:09 For Windows platform use $target_path = 'c:\\upload\\'; For Linux platform use $target_path = '/usr/local/upload/'; |