tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>Input Type File</h2> <form action="/sample_page.php"> <label> Select file to upload: </label> <input type="file" name="newfile"><br><br> <input type="submit" value="submit"> </form> </body> </html>