Forums

This topic is locked

redirect after upload

Posted 12 Aug 2005 12:15:27
1
has voted
12 Aug 2005 12:15:27 Chris Trace posted:
currently the upload page after sending to itself runs through and displays rather than going through to the next page

$imgsize = $_FILES['imgfile']['size'];
if (move_uploaded_file($imgfile, $uploadfile)){
"www.chalbys.com/induser/indmasternav.php";
echo "";

}

any thoughts on how to redirect to the desired page?

thanks

Reply to this topic