<!-- // start form -->
<form name="F1Upload" enctype="multipart/form-data" action="http://www.resize.it/client/client.php" method="post">
<!-- // start file input table -->
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>select file:
<input name = "Photo" type= "file" id="Photo" size="30"></td>
</tr>
</table>
<!-- end file input table // -->
<!-- // start portrait input table -->
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>portrait:
<input name="preset" type="radio" value="360x480" checked>
[360x480]
<input name="preset" type="radio" value="450x600">
[450x600]
<input name="preset" type="radio" value="540x720">
[540x720]</td>
</tr>
</table>
<!-- end portrait input table // -->
<!-- // start landscape input table -->
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>landscape:
<input name="preset" type="radio" value="480x360">
[480x360]
<input name="preset" type="radio" value="600x450">
[600x450]
<input name="preset" type="radio" value="720x540">
[720x540]</td>
</tr>
</table>
<!-- end landscape input table // -->
<!-- // start percent input table -->
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>percent:
<input name="preset" type="radio" value="75">
75%
<input name="preset" type="radio" value="50">
50%
<input name="preset" type="radio" value="25">
25%</td>
</tr>
</table>
<!-- end percent input table // -->
<!-- // start rotate input table -->
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>rotate?
<input type="checkbox" name="rotateon" value="checkbox">
<-
select for yes
<input name="rotate" type="radio" value="270" checked>
90 left
<input name="rotate" type="radio" value="90">
90 right
<input name="rotate" type="radio" value="180">
180 (flip) </td>
</tr>
</table>
<!-- end rotate input table // -->
<!-- // start hidden messages table -->
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input type="hidden" name="backgroundcolor" value="CCCCCC">
<input type="hidden" name="textcolor" value="000000">
<input type="hidden" name="fontsize" value="10">
<input type="hidden" name="message1" value="this is message one">
<input type="hidden" name="message2" value="this is message [b]two[/b][br]Click image to download.">
<input type="hidden" name="urlback" value="http://www.resize.it">
<input type="hidden" name="selectfile" value="Error! Please select a file!">
<input type="hidden" name="filetypeerror" value="Error! File type not accepted! The file you uploaded is a: ">
<input type="hidden" name="oldimageinfotxt" value="Old image info:">
<input type="hidden" name="imageidenfied" value="Image identified as:">
<input type="hidden" name="oldimagesize" value="old filesize">
<input type="hidden" name="oldimagewidth" value="old filewidth">
<input type="hidden" name="oldimageheight" value="old fileheight">
<input type="hidden" name="newimageinfotxt" value="New image info:">
<input type="hidden" name="newimagesize" value="new filesize">
<input type="hidden" name="newimagewidth" value="new filewidth">
<input type="hidden" name="newimageheight" value="new fileheight"></td>
</tr>
</table>
<!-- end hidden messages table // -->
<!-- // start okay button table -->
<table width="450" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><input name="submitbutton" type="submit" value="okay" /></td>
</tr>
</table>
<!-- end okay button table // -->
</form>
<!-- end form // -->