05
2015
07

【C#、Asp.Net-工具类大全】文件上传操作工具类

前端页面代码:

<input id="fileUpload" type="file" runat="server" visible="false" />
<asp:FileUpload ID="FileUpload1" runat="server" />
<asp:Button ID="sBtn" runat="server" OnClick="sBtn_Click" Text="上传" Visible="false" />

使用C#实例:

«1»