autoupload.aspx

来自「如果不使用IIS,请先运行 XSP.exe,待提示已侦听 8080端口后」· ASPX 代码 · 共 21 行

ASPX
21
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="AutoUpload.aspx.cs" Inherits="SvnHostFCK.fckeditor.editor.plugins.autoupload.AutoUpload" ValidateRequest="false" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>自动上传远程图片</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script>
</head>
<body>
正在获取图片,请耐心等待。。。
    <form id="form1" runat="server">
<textarea id="html" name="html" style="display:none;"></textarea>
<script language="javascript">
<%=script %>
</script>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?