I've been trying to make this work for about a day. Basically it's supposed to check if the file exists in the directory uploads/<username>/
but it doesn't work... Can someone please fix this?
if (file_exists("uploads/".$_POST['username... . $slash . $_FILES["file"]["name"]))