$file_name = "x:/htdocs/host/sales_documents/testvilkår, webhotell og domenenavn_2ccda.pdf";
if(!file_exists($file_name))
{
echo "<h2>404 Error</h2>";
exit;
}
ファイル名は有効なファイルであり、実際に存在しますが、まだfile_exists
返されていfalse
ます。
その背後にある理由を教えてください。