一>使用FileUpload控件,将其拖入页面: 内容 二>后端代码btnUpload_Click:using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;public partial class View : System.Web.UI.Page{ protected void... Read More
posted @ 2014-03-02 21:23 harry0906 Views(197) Comments(0) Diggs(0)