the button dint work so i fixed the code
CODE
<form action="./upload.php" method="post" enctype="multipart/form-data">
<p>
<label for="file">Select a file:</label> <input type="file" name="userfile" id="file"> <br />
Press here if your done
<input type="submit" name="upload" id="upload" value="send">
<p>
</form>
<p>
<label for="file">Select a file:</label> <input type="file" name="userfile" id="file"> <br />
Press here if your done
<input type="submit" name="upload" id="upload" value="send">
<p>
</form>
maby you can fix it on the tut page
@edit: preview here
