Re: RE: Problem: When using SaveDirectory property, you must specify AllowedFileExtensions for security purpose.

  •  01-14-2010, 8:50 AM

    Re: RE: Problem: When using SaveDirectory property, you must specify AllowedFileExtensions for security purpose.

    disler,
     
    the server code calculated a wrong path ,
     
    please open include_phpuploader.php  , find this line ,
     
    $cd=dirname($this->GetWebPath(__FILE__));
     
    and check what the $cd is .
     
    --
     
    To solve your problem , you can change it to this
     
    $cd="/_temp/phpuploader/phpuploader";
     
    Regards,
    Terry
     
View Complete Thread