Yesterday, literally everything worked, and today, with minor changes, not a damn thing works.
<form method="POST" action="test.php"> <input type="file" name="file"/> <input type="submit" value="test post"/> </form> php
echo $_FILES['file']['name']; writes a warning!
Notice: Undefined index: file in test.php on line 2
Is it alright yes? I do not understand what is wrong, maybe the server lags, what else can be crazy I will not put
var_dump($_FILES);- Visman