Help for this page

Select Code to Download


  1. or download this
    <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>
    
  2. or download this
    <form action='emailsend.pl' method='post' name='myfrm' enctype='multip
    +art/form-data'>
    ...