Hi stoi2m1,
Please try the way below, it should fix this problem.
1. open file \phpuploader\include_phpuploader.php
2. find section below
$cd=dirname($this->GetWebPath(__FILE__));
3. change it to
$cd=dirname($_SERVER['SCRIPT_NAME']).'/phpuploader';
Regards,
Ken