fileupload.aspx

来自「本程序基于 asp.net 2.0 +sql server 2」· ASPX 代码 · 共 24 行

ASPX
24
字号
<%@ 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" />&nbsp;<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 + =
减小字号Ctrl + -
显示快捷键?