Re: Problem with script on virtual host

  •  09-02-2011, 8:28 AM

    Re: Problem with script on virtual host

    Hi etalent,
     
    Please try the way below
     
    1.        Open file ”phpuploader\include_phpuploader.php”

    2.        Find section below

    $cd=dirname($this->GetWebPath(__FILE__));

    3.        Change to (change the red part to the location on your end)

    $cd="http://mysite.com/phpuploader";
    Regards,
     
    Ken
View Complete Thread