温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:网博直销系统软件源码
当前文件:
WangBoDirect/admin/frm_upload.aspx,打开代码结构图
WangBoDirect/admin/frm_upload.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="frm_upload.aspx.cs" Inherits="frm_upload" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页作者QQ:405098219 8
9
联系电话:13518884166 10
</TITLE> 11
</head> 12
<body style="margin-top: 0px; margin-left: 0px"> 13
<form id="form1" runat="server"> 14
<div > 15
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="上传图片" /> 16
<input id="File1" runat="server" name="file" type="file" /></div> 17
</form> 18
</body> 19
</html> 20



