I have created a that is supposed to have an input of type file and a submit button for uploading that file. My problem is that myfile is not displayed in the web browser but the submit button. Can you please help me to find the misstake.
echo "<form action='upload.php' method='post' enctype='multipart/form-data'>
<imput type='file' name='myfile'/>
<input type='submit' value='Ladda upp'/>
</form>";