摘要:
protected void Button1_Click(object sender, EventArgs e) { byte[] bt = SetImageToByteArray(FileUpload1);//将上传文件转换成byte[]数组 if (bt != null) { string programPath = System.AppDomain.CurrentDomain.BaseDirectory.ToString();//获取当前项目路径 ... 阅读全文
posted @ 2013-12-16 16:04
gin飞飞ing
阅读(2542)
评论(0)
推荐(0)