打印本文 打印本文  关闭窗口 关闭窗口
不用组件实现上载功能(2)
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005/9/10 13:13:53
;
    <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>&nbsp;<br>
<input class="btn" type="submit" value="Finish!" onClick="window.opener.focus();window.close();" id=submit1 name=submit1>
</form>
</body>
</html>

上一页  [1] [2] 



打印本文 打印本文  关闭窗口 关闭窗口