Thank you, sorry about that, I was messing about with it.
Shouldn't do that. 🙂
ok so...
move_uploaded_file($_FILES["file"]["tmp_name"],
"upload/" . $_FILES["file"]["name"]);
echo "Stored in: " . "upload/" . $_FILES["file"]["name"];
$var = $_FILES["file"]["name"];
header("Location: 'http://contest.netcheckup.ca/upload_page.php?file='. $var'")';
would be the new correct method?
Zacron