Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by JOhn on Apr 27, 2009 16:11
open dhtmlx forum
Is there a way to change $target_path to your own path?

In the UploadHandler.php is there a way to change the path so you can have the file go where you want it to instead of the default path of the upload dir?

I would like to change that path to someplace else...

Thank you!! GREAT program...works great!
Answer posted by Support on Apr 29, 2009 07:58

Hi, of course there is -
UploadHandler.php, line 11, 

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

You may change it to whatever you need.

Answer posted on Apr 29, 2009 15:38
WOW Thank you VERY much!!! AWESOME...