$this->__currentDirectory = $_GET['dir'];

$filePath = realpath($this->__currentDirectory);

$filePath = $filePath . DS . $file['name'];

move_uploaded_file($file['tmp_name'], $filePath);

Yeterli zaten bu 4'ü. En önemli 4 satır bunlar. Gerisi ufak tefek kontroller.