Je moet ingelogd zijn om te stemmen.
unlink("../uploads/".$file.");
if(is_file($path . '/' . $filename)) { echo 'Ja het bestand bestaat'; } else { echo 'Het path is niet goed'; }
if(is_file($path . '/' . $filename)) { echo 'Ja het bestand bestaat';} else { echo 'Het path is niet goed';}