tryit_yourcode See Results <!DOCTYPE html> <html> <body> <h2>The formenctype Attribute</h2> <form action="/sample_page_binary.asp" method="post"> First name: <input type="text" name="fname"><br><br> <input type="submit" value="Submit"> <input type="submit" formenctype="multipart/form-data" value="Submit as Multipart/form-data"> </form> </body> </html>