<html> <head> <meta name="keywords" content="convert,image,html,text,convert image to text,convert image to html,reza salehi,reza,salehi" /> </head> <body bgcolor="#eeeeee"> <h2>Image To HTML Converter!</h2> <form action="client.php" method="post" enctype="multipart/form-data"> <table width="600" border="1"> <tr><td>Welcome to the image 2 HTML demo page, :) <br /> <table width="100%" border="0"> <tr> <td width="30%">Select the image to convert to html (Jpeg or Gif Image smaller than 400*300 pixels, less than 50KB)</td> <td><input type="file" name="imagefilefromform" id="imagefilefromform"></td> </tr> <tr> <td></td> <td><input type="submit" value="Generate HTML"></td> </tr> </table> </td></tr></table> </form> </body> </html>