Help for this page
<form action='mailto:address@somewhere.com' method='post' name='myfrm' + enctype='multipart/form-data'> <input type='file' name='file1'> <input type='submit' name='submit' value='send email'> </form>
<form action='emailsend.pl' method='post' name='myfrm' enctype='multip +art/form-data'> ...