Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ozzy on Apr 28, 2008 18:15
open dhtmlx forum
dhtmlxvault

In filepath


$target_path = 'c:\\upload\\';

For php , my target is public_html/upload

Please can you tell me correct target path.. as we cannot upload to destination folder. I have tried changing to:

$target_path = 'public_html/upload';

and varieties of , but no luck.

Thanks Ozzy
Answer posted by Support on Apr 29, 2008 02:14
It need to be
a) full path from server root
b) destination folder must have write access

The full path may differ based on your server configuration, so it not possible to provide it.