您的位置:首页 > 其它

直接读取上传文件的内容

2007-03-16 14:21 295 查看
1
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5<head runat="server">
6 <title>无标题页</title>
7
8
38</head>
39<body>
40 <form id="MengXianhui" runat="server">
41 <div>
42 <asp:FileUpload ID="FileUpload1" runat="server" />
43 <asp:Button ID="btnUpload" runat="server" Text="上传" OnClick="btnUpload_Click"></asp:Button>
44 <asp:Label ID="Msg" runat="server" ForeColor="Red"></asp:Label>
45 </div>
46 </form>
47</body>
48</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: