📄 debug.htm
字号:
<html>
<head>
<title>Debug form.</title>
</head>
<body bgcolor="#A8A8B8">
<table border="1">
<caption><b>Debug form</b></caption>
<tr><td>
<form action="save.aspx" method="post" enctype="multipart/form-data">
File to upload<br>
<input type=file size="40" name="image" ><br>
<input type="submit" value="Upload">
</form>
<font size="-1">
<p>This form can help you to debug the "save.aspx" script.
If "save.aspx" raises an error you won't see the server response while saving
the resulting image. This is because the "save.aspx" output goes to the applet (not to the browser).
<p>In that case you can debug the script by uploading an image with this simple form.
The proper output of the original script looks as follows:</p>
</font>
<pre>
#SHOWDOCUMENT=view.aspx?filename=...
</pre>
</td></tr>
</table>
<p align="center"><a href="javascript:void(0);" onclick="window.close();">Close</a></p>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -