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!


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

    $target_path = ‘c:\upload\’;

You may change it to whatever you need.

WOW Thank you VERY much!!! AWESOME…