define('SITE_ROOT', realpath(dirname(__FILE__))); $file_path_exel = (SITE_ROOT . "/temp/" . $this->client['id'] . ".xlsx"); if (file_exists($file_path_exel)) { echo "i'm found!"; } The file is not located. I tried to work with a variable differently and without SITE_ROOT ("/temp/" . $this->client['id'] . ".xlsx" and "temp/" . $this->client['id'] . ".xlsx") , but without success.
File uploaded and moved from folder.