Re: dirname is faulty

  •  05-23-2011, 8:29 AM

    Re: dirname is faulty

    Dear kezzasm,
     
    Please follow steps:
     
    1. open file phpuploader\include_phpuploader.php
    2. search $cd=dirname($this->GetWebPath(__FILE__));
         You should can find it in line 395.
    3. change it to:
        $cd=dirname($_SERVER['SCRIPT_NAME']).'/phpuploader'; 
    4. Test it again and check whether it works.
     
    Thanks for asking
View Complete Thread