View file upload.php
<?php include "head.php"; echo '<center><img src="img/upload.gif"/></center><form action="move.php" method="post" enctype="multipart/form-data"><center>Select pic<br><input type="file" name="pic"/><br><input type="submit" value="Upload"/> </center></form>'; include "foot.php"; ?>