;
<input type="hidden" name="saveURL" value="<%= WEB_TEMP_PATH %>">
<input type="hidden" name="goURL" value="<%= Request.ServerVariables("PATH_INFO") %>">
<input class="btn" type="file" name="my_file">
<input class="btn" type="submit" name="submit" value="Upload" >
</form>
<form action="<%= thisFile %>" id=form2 name=form2>
<input class="btn" type="submit" name="imageCancel" value="Press Here To Cancel Image!">
<br> <br>
<input class="btn" type="submit" value="Finish!" onClick="window.opener.focus();window.close();" id=submit1 name=submit1>
</form>
</body>
</html>
<input type="hidden" name="saveURL" value="<%= WEB_TEMP_PATH %>">
<input type="hidden" name="goURL" value="<%= Request.ServerVariables("PATH_INFO") %>">
<input class="btn" type="file" name="my_file">
<input class="btn" type="submit" name="submit" value="Upload" >
</form>
<form action="<%= thisFile %>" id=form2 name=form2>
<input class="btn" type="submit" name="imageCancel" value="Press Here To Cancel Image!">
<br> <br>
<input class="btn" type="submit" value="Finish!" onClick="window.opener.focus();window.close();" id=submit1 name=submit1>
</form>
</body>
</html>