so i want to select a default if my users don't select a file.
i checked if the file input is empty. and i don't know the next steps. here is my code.
PHP:
if ($_FILES['ilyes']['size'] == 0)
{
// select the default file(name="blanc.jpeg" and the path="../blanc.jpeg")
}
HTML:
<input type="file" name="ilyes">