📄 fileupload.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="fileupload.aspx.cs" Inherits="fileupload" EnableTheming="false" Theme ="" %>
<!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>
</head>
<body >
<form id="form1" runat="server" >
<div>
<span style="font-size: 10pt"><span style="font-size: 11pt;
color: #ff0000">第一步:请选择要上传的图片,并点击上传到服务器按钮<br /><div id="setting" runat ="server"></div>
</span><br />
</span>
<asp:FileUpload id="FileUpload1" runat="server" Height="30px" Width="259px" /> <asp:Button ID="Button1" runat="server" Height="30px" Text="上传到服务器" Width="94px" Font-Bold="True" ForeColor="Blue" /> <br />
<asp:Image ID="Image1" Height ="100px" runat="server" Visible="False" />
<asp:HiddenField ID="hfName" runat="server" />
<asp:HiddenField ID="hfWidth" runat="server" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -