多文件上传 asp.net
求多文件上次文件的代码一个!!要有页面代码跟后台代码!!别在网上去copy了在发过来!!网上的我基本上都看过!!特别是这个:<headrunat="server"><ti...
求多文件上次文件的代码一个!!
要有页面代码跟 后台代码!!
别在网上去copy了在发过来!!
网上的我基本上都看过!!
特别是这个:
<head runat="server">
<title>无标题页</title>
<script type="text/javascript">
function addFile()
{
var str = '<INPUT type="file" size="50" NAME="File">'
document.getElementById('MyFile').insertAdjacentHTML("beforeEnd",str)
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<h3>多文件上传</h3>
<P id="MyFile"><INPUT type="file" size="50" NAME="File"/></P>
<P>
<input type="button" value="增加(Add)" onclick="addFile()"/>
<input onclick="this.form.reset()" type="button" value="重置(ReSet)">
<asp:Button Runat="server" Text="开始上传" ID="UploadButton" OnClick="UploadButton_Click"></asp:Button>
</P>
<P>
<asp:Label id="strStatus" runat="server" Font-Names="宋体" Font-Bold="True" Font-Size="9pt"
Width="500px" BorderStyle="None" BorderColor="White"></asp:Label>
</P>
这个!俺坚决不要!!
特别是他的后台代码!!!
上传按钮的事件都没写!!
还怎么上传!!! 展开
要有页面代码跟 后台代码!!
别在网上去copy了在发过来!!
网上的我基本上都看过!!
特别是这个:
<head runat="server">
<title>无标题页</title>
<script type="text/javascript">
function addFile()
{
var str = '<INPUT type="file" size="50" NAME="File">'
document.getElementById('MyFile').insertAdjacentHTML("beforeEnd",str)
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<h3>多文件上传</h3>
<P id="MyFile"><INPUT type="file" size="50" NAME="File"/></P>
<P>
<input type="button" value="增加(Add)" onclick="addFile()"/>
<input onclick="this.form.reset()" type="button" value="重置(ReSet)">
<asp:Button Runat="server" Text="开始上传" ID="UploadButton" OnClick="UploadButton_Click"></asp:Button>
</P>
<P>
<asp:Label id="strStatus" runat="server" Font-Names="宋体" Font-Bold="True" Font-Size="9pt"
Width="500px" BorderStyle="None" BorderColor="White"></asp:Label>
</P>
这个!俺坚决不要!!
特别是他的后台代码!!!
上传按钮的事件都没写!!
还怎么上传!!! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询